Fixed a bug.

This commit is contained in:
Scott Erickson 2014-05-20 12:22:24 -07:00
parent 2b56dffcb0
commit 86736d8f4a

View file

@ -758,7 +758,7 @@ module.exports = CocoSprite = class CocoSprite extends CocoClass
endFunc = =>
@lastTween = null
@imageObject.gotoAndPlay(endAnimation)
@imageObject.gotoAndPlay(endAnimation) unless @stillLoading
@shadow.action = 'idle'
@update true
@possessed = false