Revert "Turn on FPS display"
This reverts commit e14d3f59f2
.
The framerate is now stable and correct enough that the FPS display is
no longer needed.
This commit is contained in:
parent
843facfdb6
commit
192443b664
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ BOOL gbUseJoystick = FALSE;
|
||||||
int gJoystickButtonTable[8];
|
int gJoystickButtonTable[8];
|
||||||
|
|
||||||
static BOOL bActive = TRUE;
|
static BOOL bActive = TRUE;
|
||||||
static BOOL bFPS = TRUE;
|
static BOOL bFPS = FALSE;
|
||||||
|
|
||||||
static int windowWidth;
|
static int windowWidth;
|
||||||
static int windowHeight;
|
static int windowHeight;
|
||||||
|
|
Loading…
Add table
Reference in a new issue