mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
Fixes #1706
This commit is contained in:
parent
8b2b54d89a
commit
3dee4c2b0e
1 changed files with 3 additions and 1 deletions
|
@ -1489,10 +1489,12 @@ namespace MWWorld
|
||||||
if (mGoToJail && !paused)
|
if (mGoToJail && !paused)
|
||||||
goToJail();
|
goToJail();
|
||||||
|
|
||||||
updateWeather(duration);
|
|
||||||
|
|
||||||
if (!paused)
|
if (!paused)
|
||||||
|
{
|
||||||
|
updateWeather(duration);
|
||||||
doPhysics (duration);
|
doPhysics (duration);
|
||||||
|
}
|
||||||
|
|
||||||
mWorldScene->update (duration, paused);
|
mWorldScene->update (duration, paused);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue