diff --git a/Plugins/CogInput/Source/CogInput/Private/CogInputWindow_Actions.cpp b/Plugins/CogInput/Source/CogInput/Private/CogInputWindow_Actions.cpp index dca7363..2f99e61 100644 --- a/Plugins/CogInput/Source/CogInput/Private/CogInputWindow_Actions.cpp +++ b/Plugins/CogInput/Source/CogInput/Private/CogInputWindow_Actions.cpp @@ -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()) {