From: John Tsiombikas Date: Tue, 28 Nov 2017 06:52:32 +0000 (+0200) Subject: added back the demo gui for looking up widgets X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=commitdiff_plain;h=c790c297ef925b7f2257ad41e2123cf86305822c added back the demo gui for looking up widgets --- diff --git a/src/app.cc b/src/app.cc index 46b0152..d9d44c0 100644 --- a/src/app.cc +++ b/src/app.cc @@ -348,6 +348,8 @@ void app_display() if(debug_gui) { ImGui::GetIOPtr()->DeltaTime = dt; ImGui::NewFrame(); + + ImGui::ShowTestWindow(); } if(opt.vr) {