diff --git a/src/main.c b/src/main.c index b45a5be..7f008f9 100644 --- a/src/main.c +++ b/src/main.c @@ -155,7 +155,7 @@ static void capFrameRate(long *then, float *remainder) SDL_Delay(wait); - *remainder += 0.667; + *remainder += 0.666667; *then = SDL_GetTicks(); }