mirror of
https://github.com/Ed94/Cog.git
synced 2026-07-13 05:01:24 -07:00
CogImGui: Rework input mangement.
This commit is contained in:
@@ -85,7 +85,7 @@ void UCogWindowManager::InitializeInternal()
|
||||
TEXT("Save the layout. Cog.SaveLayout <Index>"),
|
||||
FConsoleCommandWithArgsDelegate::CreateLambda([this](const TArray<FString>& Args) { if (Args.Num() > 0) { SaveLayout(FCString::Atoi(*Args[0])); }}),
|
||||
ECVF_Cheat));
|
||||
|
||||
|
||||
IsInitialized = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user