mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
Update CogInputWindow_Actions.cpp
This commit is contained in:
@@ -66,10 +66,10 @@ void FCogInputWindow_Actions::RenderContent()
|
||||
}
|
||||
|
||||
if(EnhancedInputSubsystem->GetPlayerInput() == nullptr)
|
||||
{
|
||||
ImGui::Text("No Player Input");
|
||||
return;
|
||||
}
|
||||
{
|
||||
ImGui::Text("No Player Input");
|
||||
return;
|
||||
}
|
||||
|
||||
if (ImGui::BeginMenuBar())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user