diff options
| author | ryderr <r@okfoc.us> | 2014-09-30 11:47:16 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-09-30 11:47:16 -0400 |
| commit | 0e980458a5deffa9351b79ad3ac0f09cc9b9cbe2 (patch) | |
| tree | 95789533404fee84f2b209554b059145b165d9ba /public/assets/javascripts/rectangles/engine/map/ui_editor.js | |
| parent | 166834f03505ec7e766cb5d6d7151310fbf54d49 (diff) | |
| parent | 746dc328ab759d95935177834525b4a1dfccffff (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/map/ui_editor.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/engine/map/ui_editor.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/assets/javascripts/rectangles/engine/map/ui_editor.js b/public/assets/javascripts/rectangles/engine/map/ui_editor.js index 9a557b9..f9334e6 100644 --- a/public/assets/javascripts/rectangles/engine/map/ui_editor.js +++ b/public/assets/javascripts/rectangles/engine/map/ui_editor.js @@ -38,7 +38,6 @@ Map.UI.Editor = function(map){ cursor.quantize(1/map.zoom) map.center.a = cursor.x.a map.center.b = -cursor.y.a - console.log(map.center+"") cursor.x.b = cursor.x.a cursor.y.b = cursor.y.a base.mouse.down = false |
