diff options
| author | 2lag <96544487+2lag@users.noreply.github.com> | 2026-08-08 17:33:36 +0200 |
|---|---|---|
| committer | 2lag <96544487+2lag@users.noreply.github.com> | 2026-08-08 17:33:36 +0200 |
| commit | 2973df584978d9aae6f164ce0204179c8a28b3ae (patch) | |
| tree | c1b793c8e0d17aeb66c5197bc28acca84b2c98ab /src/util/profiler.cpp | |
| parent | e540910745aad31378452eec25aacfb3f346191a (diff) | |
console, textbox changes, some other shit
Diffstat (limited to 'src/util/profiler.cpp')
| -rw-r--r-- | src/util/profiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profiler.cpp b/src/util/profiler.cpp index 86c1810..5f9cd25 100644 --- a/src/util/profiler.cpp +++ b/src/util/profiler.cpp @@ -4,7 +4,7 @@ #include "../game/vars.h" #include "string.h" -CVAR* prof_overlay = var_new( "prof_overlay", 0 ); +CVAR* prof_overlay = var_new( "prof_overlay", "show profiler overlay", 0, 0, 1 ); PROFILER_GLOBAL gprof; void __profiler_intern_draw_tree( PROFILER_LIST_ENTRY* e, GL_FONT* font, I32* x, I32* y ) { |
