mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
Fix frame delay for sound listener position (Fixes #1180)
This commit is contained in:
parent
bfd91c0681
commit
f629307f60
@ -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…
x
Reference in New Issue
Block a user