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