double fpscounter samples

This commit is contained in:
NepDisk 2025-07-02 20:28:53 -04:00
parent cead26d308
commit a7a16687d0

View file

@ -518,7 +518,7 @@ double averageFPS = 0.0f;
#ifdef USE_FPS_SAMPLES
#define MAX_FRAME_TIME 0.05
#define NUM_FPS_SAMPLES (16) // Number of samples to store
#define NUM_FPS_SAMPLES (32) // Number of samples to store
static double total_frame_time = 0.0;
static int frame_index;