projects
/
laserbrain_demo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12a327
)
added back the demo gui for looking up widgets
author
John Tsiombikas
<nuclear@member.fsf.org>
Tue, 28 Nov 2017 06:52:32 +0000
(08:52 +0200)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Tue, 28 Nov 2017 06:52:32 +0000
(08:52 +0200)
src/app.cc
patch
|
blob
|
history
diff --git
a/src/app.cc
b/src/app.cc
index
46b0152
..
d9d44c0
100644
(file)
--- 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) {