Don't show imgui test window all the time.

This commit is contained in:
Dario Manesku 2015-03-12 20:34:19 +01:00
parent 5cca4686e2
commit a7dc166ed1

View file

@ -165,7 +165,7 @@ struct OcornutImguiContext
ImGui::NewFrame();
ImGui::ShowTestWindow();
//ImGui::ShowTestWindow(); //Debug only.
}
void endFrame()