mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
Fixed a bug.
This commit is contained in:
parent
2b56dffcb0
commit
86736d8f4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue