Don't update actors while paused

pull/136/head
scrawl 11 years ago
parent 2a11618ee7
commit 47fc3f81f5

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

Loading…
Cancel
Save