added back the demo gui for looking up widgets
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 28 Nov 2017 06:52:32 +0000 (08:52 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 28 Nov 2017 06:52:32 +0000 (08:52 +0200)
src/app.cc

index 46b0152..d9d44c0 100644 (file)
@@ -348,6 +348,8 @@ void app_display()
        if(debug_gui) {
                ImGui::GetIOPtr()->DeltaTime = dt;
                ImGui::NewFrame();
+
+               ImGui::ShowTestWindow();
        }
 
        if(opt.vr) {