Browse Source

Don't show imgui test window all the time.

Dario Manesku 10 years ago
parent
commit
a7dc166ed1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/common/imgui/ocornut_imgui.cpp

+ 1 - 1
examples/common/imgui/ocornut_imgui.cpp

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