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:
parent
bfd91c0681
commit
f629307f60
1 changed files with 2 additions and 2 deletions
|
@ -1375,11 +1375,11 @@ namespace MWWorld
|
|||
|
||||
updateWeather(duration);
|
||||
|
||||
mWorldScene->update (duration, paused);
|
||||
|
||||
if (!paused)
|
||||
doPhysics (duration);
|
||||
|
||||
mWorldScene->update (duration, paused);
|
||||
|
||||
performUpdateSceneQueries ();
|
||||
|
||||
updateWindowManager ();
|
||||
|
|
Loading…
Reference in a new issue