Oops - fixed typo in previous commit ... where I ignored the nicely

computed 'accurate' values in the end :)
This commit is contained in:
hiker 2015-03-27 11:14:34 +11:00
parent 0c6f3eb3dd
commit efcfdcced7

View File

@ -367,7 +367,7 @@ void* SFXManager::mainLoop(void *obj)
double t = StkTime::getRealTime();
StkTime::sleep(1);
t = StkTime::getRealTime() - t;
me->queue(SFX_UPDATE, (SFXBase*)NULL, 0.001f);
me->queue(SFX_UPDATE, (SFXBase*)NULL, float(t));
}
me->m_sfx_commands.lock();