imgui stuff
[vg.git] / vg_console.h
index d5da84729b2f5e770baf1863c3b8406aaf4f73ef..8d47210aa593ae1df8308b3e4ec3bbeb2dfeaf79 100644 (file)
@@ -139,6 +139,7 @@ void vg_console_reg_cmd( const char *alias,
 
 VG_STATIC void _vg_console_draw(void)
 {
+#if 0
        if( !vg_console.enabled )
                return;
 
@@ -223,6 +224,7 @@ VG_STATIC void _vg_console_draw(void)
    }
 
    SDL_AtomicUnlock( &log_print_sl );
+#endif
 }
 
 VG_STATIC int _vg_console_list( int argc, char const *argv[] )