Jelajahi Sumber

Don't show imgui test window all the time.

Dario Manesku 10 tahun lalu
induk
melakukan
a7dc166ed1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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::ShowTestWindow();
+		//ImGui::ShowTestWindow(); //Debug only.
 	}
 
 	void endFrame()