Fixed an error wizard sprites were having.

This commit is contained in:
Scott Erickson 2014-09-30 14:01:29 -07:00
parent ffdb2ef6b4
commit bab7598ce0

View file

@ -81,7 +81,6 @@ module.exports = class WizardLank extends IndieLank
shouldUpdate = not _.isEqual(newColorConfig, @options.colorConfig)
@options.colorConfig = $.extend(true, {}, newColorConfig)
if shouldUpdate
@setUpLank()
@playAction(@currentAction) if @currentAction
onLankSelected: (e) ->