X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdbg_gui.cc;h=c1abce30da7f0370cd583f2807926b4d8824f309;hb=3dd349850b39bc18a4e9a4d15b01fb1f8e123f13;hp=a968b29fa45f34a67c6e4354978294800107c1fc;hpb=512acaa2427ffa2ff19079f999bc2fcd7cd33925;p=laserbrain_demo diff --git a/src/dbg_gui.cc b/src/dbg_gui.cc index a968b29..c1abce3 100644 --- a/src/dbg_gui.cc +++ b/src/dbg_gui.cc @@ -7,6 +7,9 @@ static void render_func(ImDrawData *ddat); +bool debug_gui, parent_expanded; +SceneNode *dbg_sel_node; + static ImGuiIO *io; static Texture *tex;