Remove e from secondes (#3270)
This commit is contained in:
parent
de3dc94d5b
commit
fc0d132566
4 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue