mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 15:34:49 +00:00
fixed timebar toggle
This commit is contained in:
parent
0803c821ae
commit
7c7727e7da
4 changed files with 4 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue