aboutsummaryrefslogtreecommitdiff
path: root/js/tools/RotateObject3DTool.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-13 13:37:17 -0700
committerValerio Virgillito2012-04-13 13:37:17 -0700
commit5561e7cc43ae9f7cb9d1217ac02f9f136000e79c (patch)
treec058203a1a2e33385aab2136a32ca6988d015c4f /js/tools/RotateObject3DTool.js
parent0a5504ebe8ada3ff19ff9bbf4d1ee820e1ba90d1 (diff)
downloadninja-5561e7cc43ae9f7cb9d1217ac02f9f136000e79c.tar.gz
fixed stage rotation
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/tools/RotateObject3DTool.js')
-rwxr-xr-xjs/tools/RotateObject3DTool.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/RotateObject3DTool.js b/js/tools/RotateObject3DTool.js
index 27352231..902cf05d 100755
--- a/js/tools/RotateObject3DTool.js
+++ b/js/tools/RotateObject3DTool.js
@@ -18,6 +18,7 @@ exports.RotateObject3DTool = Montage.create(Rotate3DToolBase, {
18 18
19 _initializeToolHandles: { 19 _initializeToolHandles: {
20 value: function() { 20 value: function() {
21 this.rotateStage = false;
21 if(!this._handles) 22 if(!this._handles)
22 { 23 {
23 this._handles = []; 24 this._handles = [];