summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-17 11:56:14 -0400
committerJules Laplace <jules@okfoc.us>2014-10-17 11:56:14 -0400
commitb89310359d02d0b886037ff0aa051207476edeff (patch)
tree8b2b857553ba8c70425f4957a0cfd26186aaf7ff
parent7db5e48b24a3d2d0d70ab9d12838ce00606a94cf (diff)
parentbd1c6c4855db62c59576d593375c3b1b566c36d4 (diff)
merge
-rw-r--r--public/assets/javascripts/rectangles/engine/map/ui_editor.js2
1 files changed, 1 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 9d69990..1a4ea3c 100644
--- a/public/assets/javascripts/rectangles/engine/map/ui_editor.js
+++ b/public/assets/javascripts/rectangles/engine/map/ui_editor.js
@@ -220,7 +220,7 @@ Map.UI.Editor = function(map){
if (intersects.length) {
wheelState = wheelState || intersects[0].copy()
- intersects[0].height = clamp( ~~(intersects[0].height + deltaY * 2), height_min, height_max )
+ intersects[0].height = clamp( ~~(intersects[0].height - deltaY * 2), height_min, height_max )
app.tube("builder-pick-room", intersects[0])
clearTimeout(wheelTimeout)