1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 06:53:53 +00:00

Don't update actors while paused

This commit is contained in:
scrawl 2013-11-17 14:09:42 +01:00
parent 2a11618ee7
commit 47fc3f81f5

View file

@ -336,6 +336,7 @@ namespace MWMechanics
mDuration += duration;
//if (mDuration>=0.25)
if (!paused)
{
float totalDuration = mDuration;
mDuration = 0;