Do not draw test window.

This commit is contained in:
Bartosz Taudul 2017-09-25 22:54:54 +02:00
parent 519cb8dff3
commit b33b9fd4ed

View File

@ -649,8 +649,6 @@ void View::DrawImpl()
DrawFrames(); DrawFrames();
DrawZones(); DrawZones();
ImGui::End(); ImGui::End();
ImGui::ShowTestWindow();
} }
static ImU32 GetFrameColor( uint64_t frameTime ) static ImU32 GetFrameColor( uint64_t frameTime )