mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 10:23:52 +00:00
Don't update actors while paused
This commit is contained in:
parent
2a11618ee7
commit
47fc3f81f5
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ namespace MWMechanics
|
||||||
mDuration += duration;
|
mDuration += duration;
|
||||||
|
|
||||||
//if (mDuration>=0.25)
|
//if (mDuration>=0.25)
|
||||||
|
if (!paused)
|
||||||
{
|
{
|
||||||
float totalDuration = mDuration;
|
float totalDuration = mDuration;
|
||||||
mDuration = 0;
|
mDuration = 0;
|
||||||
|
|
Loading…
Reference in a new issue