1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 02:19:41 +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);
mWorldScene->update (duration, paused);
if (!paused)
doPhysics (duration);
mWorldScene->update (duration, paused);
performUpdateSceneQueries ();
updateWindowManager ();