diff options
Diffstat (limited to 'js/tools/RotateObject3DTool.js')
-rwxr-xr-x | js/tools/RotateObject3DTool.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/RotateObject3DTool.js b/js/tools/RotateObject3DTool.js index 7b4ec083..25de0cd1 100755 --- a/js/tools/RotateObject3DTool.js +++ b/js/tools/RotateObject3DTool.js | |||
@@ -53,6 +53,7 @@ exports.RotateObject3DTool = Montage.create(Rotate3DToolBase, { | |||
53 | toolHandle._rotMat = Matrix.RotationZ( angle ); | 53 | toolHandle._rotMat = Matrix.RotationZ( angle ); |
54 | } | 54 | } |
55 | } | 55 | } |
56 | this._inLocalMode = (this.options.selectedMode === "rotateLocally"); | ||
56 | } | 57 | } |
57 | }, | 58 | }, |
58 | 59 | ||