Remove e from secondes (#3270)

This commit is contained in:
Ethan Conneely
2023-08-28 21:49:45 +01:00
committed by GitHub
parent de3dc94d5b
commit fc0d132566
4 changed files with 8 additions and 8 deletions

View File

@@ -2999,7 +2999,7 @@ int GetFPS(void)
#if !defined(SUPPORT_CUSTOM_FRAME_CONTROL)
#define FPS_CAPTURE_FRAMES_COUNT 30 // 30 captures
#define FPS_AVERAGE_TIME_SECONDS 0.5f // 500 millisecondes
#define FPS_AVERAGE_TIME_SECONDS 0.5f // 500 milliseconds
#define FPS_STEP (FPS_AVERAGE_TIME_SECONDS/FPS_CAPTURE_FRAMES_COUNT)
static int index = 0;