fixed timebar toggle

This commit is contained in:
aap 2020-06-01 13:21:19 +02:00
parent 0803c821ae
commit 7c7727e7da
4 changed files with 4 additions and 7 deletions

View file

@ -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();