Fixed a bit of repaining that was going on when it shouldn't.

This commit is contained in:
Nick Winter 2014-11-29 15:06:54 -08:00
parent c226856204
commit fe55811075

View file

@ -220,6 +220,7 @@ module.exports = class WorldMapView extends RootView
return if @manuallyPositionedLevelInfoID and levelID isnt @manuallyPositionedLevelInfoID
@$el.find(".level-info-container[data-level-id='#{levelID}']").hide()
@manuallyPositionedLevelInfoID = null
@$levelInfo = null
onMouseMoveMap: (e) ->
return if application.isIPadApp