mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +00:00
Fixes #1706
This commit is contained in:
parent
8b2b54d89a
commit
3dee4c2b0e
@ -1489,10 +1489,12 @@ namespace MWWorld
|
||||
if (mGoToJail && !paused)
|
||||
goToJail();
|
||||
|
||||
updateWeather(duration);
|
||||
|
||||
if (!paused)
|
||||
{
|
||||
updateWeather(duration);
|
||||
doPhysics (duration);
|
||||
}
|
||||
|
||||
mWorldScene->update (duration, paused);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user