limit fps to 60 and disable imgui demo window

This commit is contained in:
2023-08-28 14:06:27 +02:00
parent 610ed10011
commit 9d9a486537
3 changed files with 28 additions and 2 deletions

View File

@ -84,7 +84,7 @@ Screen* MainScreen::poll(bool& quit) {
cg.render();
{
if constexpr (false) {
bool open = !quit;
ImGui::ShowDemoWindow(&open);
quit = !open;