diff --git a/src/lephisto.c b/src/lephisto.c index 5582522..876faae 100644 --- a/src/lephisto.c +++ b/src/lephisto.c @@ -298,7 +298,7 @@ const double fps_min = 1./50.0; static void update_all(void) { double tmpdt; - if(dt > 1.) { /* Slow timers down and rerun calculations */ + if(dt > 0.25) { /* Slow timers down and rerun calculations */ pause_delay((unsigned int)dt*1000.); return; }