diff options
Diffstat (limited to 'js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js')
-rwxr-xr-x | js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js index 52750f13..88c2f522 100755 --- a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js +++ b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js | |||
@@ -49,7 +49,7 @@ exports.ThreeD = Montage.create(Component, { | |||
49 | }, | 49 | }, |
50 | set: function(value) { | 50 | set: function(value) { |
51 | this._axisMode = value; | 51 | this._axisMode = value; |
52 | 52 | ||
53 | if(value === 0) { | 53 | if(value === 0) { |
54 | this.inGlobalMode = false; | 54 | this.inGlobalMode = false; |
55 | this.x3D = 0; | 55 | this.x3D = 0; |