hopefully fix compile error & fix pausesafezone?

This commit is contained in:
Milxnor
2023-05-18 20:06:50 -04:00
parent e54f00e9da
commit 6fb730f425
8 changed files with 45 additions and 39 deletions

View File

@@ -458,7 +458,7 @@ static inline void MainUI()
if (!bStartedBus)
{
bool bWillBeLategame = Globals::bLateGame.load();
ImGui::Checkbox("Lategame", &bWillBeLategame);
ImGui::Checkbox("Lategame (HIGHLY EXPERIMENTAL)", &bWillBeLategame);
Globals::bLateGame.store(bWillBeLategame);
}
@@ -478,10 +478,10 @@ static inline void MainUI()
UKismetSystemLibrary::ExecuteConsoleCommand(GetWorld(), cmd, nullptr);
}
if (ImGui::Button("Spawn BGAs"))
/* if (ImGui::Button("Spawn BGAs"))
{
SpawnBGAs();
}
} */
/*
if (ImGui::Button("New"))