Fixed an error wizard sprites were having.
This commit is contained in:
parent
ffdb2ef6b4
commit
bab7598ce0
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ module.exports = class WizardLank extends IndieLank
|
||||||
shouldUpdate = not _.isEqual(newColorConfig, @options.colorConfig)
|
shouldUpdate = not _.isEqual(newColorConfig, @options.colorConfig)
|
||||||
@options.colorConfig = $.extend(true, {}, newColorConfig)
|
@options.colorConfig = $.extend(true, {}, newColorConfig)
|
||||||
if shouldUpdate
|
if shouldUpdate
|
||||||
@setUpLank()
|
|
||||||
@playAction(@currentAction) if @currentAction
|
@playAction(@currentAction) if @currentAction
|
||||||
|
|
||||||
onLankSelected: (e) ->
|
onLankSelected: (e) ->
|
||||||
|
|
Reference in a new issue