1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 02:45:32 +00:00
This commit is contained in:
Internecine 2014-10-06 16:10:58 +13:00
parent 8b2b54d89a
commit 3dee4c2b0e

View file

@ -1489,10 +1489,12 @@ namespace MWWorld
if (mGoToJail && !paused)
goToJail();
updateWeather(duration);
if (!paused)
{
updateWeather(duration);
doPhysics (duration);
}
mWorldScene->update (duration, paused);