Update CogInputWindow_Actions.cpp

This commit is contained in:
Ondrej Hrusovsky
2023-12-13 15:24:53 +01:00
committed by GitHub
parent 10574f9db3
commit 5e7cdaad66
@@ -66,10 +66,10 @@ void FCogInputWindow_Actions::RenderContent()
} }
if(EnhancedInputSubsystem->GetPlayerInput() == nullptr) if(EnhancedInputSubsystem->GetPlayerInput() == nullptr)
{ {
ImGui::Text("No Player Input"); ImGui::Text("No Player Input");
return; return;
} }
if (ImGui::BeginMenuBar()) if (ImGui::BeginMenuBar())
{ {