summaryrefslogtreecommitdiffstats
path: root/src/core/main.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-06-01 13:21:19 +0200
committeraap <aap@papnet.eu>2020-06-01 13:21:19 +0200
commit7c7727e7dab52483d9dbcf0002d95a8bf10e7b41 (patch)
treee48c0b57e48957b13066426007f8534ffe939e4c /src/core/main.cpp
parentfixed roadblocks (diff)
downloadre3-7c7727e7dab52483d9dbcf0002d95a8bf10e7b41.tar
re3-7c7727e7dab52483d9dbcf0002d95a8bf10e7b41.tar.gz
re3-7c7727e7dab52483d9dbcf0002d95a8bf10e7b41.tar.bz2
re3-7c7727e7dab52483d9dbcf0002d95a8bf10e7b41.tar.lz
re3-7c7727e7dab52483d9dbcf0002d95a8bf10e7b41.tar.xz
re3-7c7727e7dab52483d9dbcf0002d95a8bf10e7b41.tar.zst
re3-7c7727e7dab52483d9dbcf0002d95a8bf10e7b41.zip
Diffstat (limited to '')
-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();