Reenabling on surface mouse moved.

This commit is contained in:
Scott Erickson 2014-09-08 14:13:19 -07:00
parent e72cec0c36
commit a26c8e4659

View file

@ -384,7 +384,7 @@ module.exports = class ThangsTabView extends CocoView
return unless @addThangSprite return unless @addThangSprite
wop = @surface.camera.screenToWorld x: e.x, y: e.y wop = @surface.camera.screenToWorld x: e.x, y: e.y
wop.z = 0.5 wop.z = 0.5
#@adjustThangPos @addThangSprite, @addThangSprite.thang, wop # TODO: this and onSpriteDragged both conflictin' @adjustThangPos @addThangSprite, @addThangSprite.thang, wop # TODO: this and onSpriteDragged both conflictin'
null null
onSurfaceMouseOver: (e) -> onSurfaceMouseOver: (e) ->