[Fix] I'm confused, but 2x speed works now. :S
This commit is contained in:
parent
355ccfd65e
commit
e57782523b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user