From c790c297ef925b7f2257ad41e2123cf86305822c Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Tue, 28 Nov 2017 08:52:32 +0200 Subject: [PATCH] added back the demo gui for looking up widgets --- src/app.cc | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 1.7.10.4