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=197bafc7f54795243d4c217c2efcf41f01d4100d;hpb=e12a327cc0b4f1e59f4a66a80b170ec41ce97be6 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;