1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-09 21:56:35 +00:00

Fix frame delay for sound listener position (Fixes #1180)

This commit is contained in:
scrawl 2014-05-26 16:43:19 +02:00
parent bfd91c0681
commit f629307f60

View file

@ -1375,11 +1375,11 @@ namespace MWWorld
updateWeather(duration); updateWeather(duration);
mWorldScene->update (duration, paused);
if (!paused) if (!paused)
doPhysics (duration); doPhysics (duration);
mWorldScene->update (duration, paused);
performUpdateSceneQueries (); performUpdateSceneQueries ();
updateWindowManager (); updateWindowManager ();