summaryrefslogtreecommitdiffstats
path: root/src/core/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r--src/core/main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index a69890b0..eb39b287 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -73,7 +73,6 @@ float FramesPerSecond = 30.0f;
bool gbPrintShite = false;
bool gbModelViewer;
-//Custom Timebars Toggle
#ifdef TIMEBARS
bool gbShowTimebars;
#endif
@@ -1102,10 +1101,8 @@ Idle(void *arg)
#ifdef TIMEBARS
-//Custom Timebars toggle
if (gbShowTimebars)
- tbDisplay();
-
+ tbDisplay();
#endif
DoRWStuffEndOfFrame();