Remove imgui demo window

This commit is contained in:
2023-11-23 11:11:04 +01:00
parent 26d980a7ad
commit 513168825c

View File

@@ -447,6 +447,5 @@ void imguiRender(float dt, void *userData) {
igSliderFloat("Frame duration", &game->frameDuration, 0.0f, 1.0f, NULL, 0);
}
igEnd();
igShowDemoWindow(NULL);
}