mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 13:50:07 -04:00
Fixed harmless Wizard startup animation error.
This commit is contained in:
parent
e48b218533
commit
6fb0073eae
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module.exports = class WizardSprite extends IndieSprite
|
|||
@options.colorConfig = $.extend(true, {}, newColorConfig)
|
||||
if shouldUpdate
|
||||
@setupSprite()
|
||||
@playAction(@currentAction)
|
||||
@playAction(@currentAction) if @currentAction
|
||||
|
||||
onSpriteSelected: (e) ->
|
||||
return unless @isSelf
|
||||
|
|
Loading…
Add table
Reference in a new issue