Turn on FPS display

This commit is contained in:
John Lorentzson 2025-04-08 11:18:08 +02:00
parent 022144d727
commit e14d3f59f2

View file

@ -42,7 +42,7 @@ BOOL gbUseJoystick = FALSE;
int gJoystickButtonTable[8];
static BOOL bActive = TRUE;
static BOOL bFPS = FALSE;
static BOOL bFPS = TRUE;
static int windowWidth;
static int windowHeight;