Remove imgui demo window
This commit is contained in:
@@ -447,6 +447,5 @@ void imguiRender(float dt, void *userData) {
|
|||||||
igSliderFloat("Frame duration", &game->frameDuration, 0.0f, 1.0f, NULL, 0);
|
igSliderFloat("Frame duration", &game->frameDuration, 0.0f, 1.0f, NULL, 0);
|
||||||
}
|
}
|
||||||
igEnd();
|
igEnd();
|
||||||
igShowDemoWindow(NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user