mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-07 03:36: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);
|
updateWeather(duration);
|
||||||
|
|
||||||
mWorldScene->update (duration, paused);
|
|
||||||
|
|
||||||
if (!paused)
|
if (!paused)
|
||||||
doPhysics (duration);
|
doPhysics (duration);
|
||||||
|
|
||||||
|
mWorldScene->update (duration, paused);
|
||||||
|
|
||||||
performUpdateSceneQueries ();
|
performUpdateSceneQueries ();
|
||||||
|
|
||||||
updateWindowManager ();
|
updateWindowManager ();
|
||||||
|
|
Loading…
Reference in a new issue