X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fapp.cc;fp=src%2Fapp.cc;h=ee9b5e64a4286054255c0b3618b3c1eef58b521a;hb=e5c3a6764a288f04cffbf02164fec7a2c2d80dea;hp=fcf5fe0d0774080e1af0a43289f5b081fd9b4cb3;hpb=405378c467bd3b73532bb6a0ea45ff6bf712f539;p=laserbrain_demo diff --git a/src/app.cc b/src/app.cc index fcf5fe0..ee9b5e6 100644 --- a/src/app.cc +++ b/src/app.cc @@ -406,7 +406,7 @@ void app_display() ImGui::GetIOPtr()->DeltaTime = dt; ImGui::NewFrame(); - ImGui::ShowTestWindow(); + //ImGui::ShowTestWindow(); } glClearColor(1, 1, 1, 1);