summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/rectangles/engine/sculpture/move.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-20 15:03:35 -0400
committerJules Laplace <jules@okfoc.us>2015-04-20 15:03:35 -0400
commit0b8b54e26aa7a40065a0be6f7708b7021e4fec13 (patch)
treed2ff9b6c953bbf86129e8d045a2e96049addb012 /public/assets/javascripts/rectangles/engine/sculpture/move.js
parent546fba7ee9dac48d2fb0015709247b1b2efca8bc (diff)
resize scenery
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/sculpture/move.js')
-rw-r--r--public/assets/javascripts/rectangles/engine/sculpture/move.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/javascripts/rectangles/engine/sculpture/move.js b/public/assets/javascripts/rectangles/engine/sculpture/move.js
index 28d707e..f968bcf 100644
--- a/public/assets/javascripts/rectangles/engine/sculpture/move.js
+++ b/public/assets/javascripts/rectangles/engine/sculpture/move.js
@@ -66,9 +66,9 @@ Sculpture.move = function(base){
base.mx.x = x + delta.a * cos(cam.rotationY) - delta.b * sin(cam.rotationY)
base.mx.z = z + delta.a * sin(cam.rotationY) + delta.b * cos(cam.rotationY)
-// if (editor.permissions.resize) {
-// Sculpture.resize.move_dots()
-// }
+ if (editor.permissions.resize) {
+ Sculpture.resize.move_dots()
+ }
}
function up (e, cursor){