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