mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-24 19:20:29 +00:00
Remove e from secondes (#3270)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user