[Fix] I'm confused, but 2x speed works now. :S

This commit is contained in:
Allanis 2014-03-17 02:08:43 +00:00
parent 355ccfd65e
commit e57782523b

View File

@ -478,7 +478,7 @@ static const double fps_min = 1./50.0;
static void update_all(void) { static void update_all(void) {
double tmpdt; 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.); pause_delay((unsigned int)cur_dt*1000.);
return; return;
} }