diff --git a/libs/control.js b/libs/control.js index 02027175..81a1c2e2 100644 --- a/libs/control.js +++ b/libs/control.js @@ -148,7 +148,7 @@ control.prototype._animationFrame_globalAnimate = function (timestamp) { }); // Global hero animate - if ((core.status.hero || {}).animate && core.status.heroMoving == 0) { + if ((core.status.hero || {}).animate && core.status.heroMoving == 0 && main.mode == 'play') { core.drawHero('stop', null, core.status.globalAnimateStatus); } }