limit fps to 60 and disable imgui demo window
This commit is contained in:
@ -84,7 +84,7 @@ Screen* MainScreen::poll(bool& quit) {
|
||||
|
||||
cg.render();
|
||||
|
||||
{
|
||||
if constexpr (false) {
|
||||
bool open = !quit;
|
||||
ImGui::ShowDemoWindow(&open);
|
||||
quit = !open;
|
||||
|
Reference in New Issue
Block a user