|
@@ -1175,7 +1175,7 @@ class TransformControlsGizmo extends Object3D {
|
|
|
|
|
|
updateMatrixWorld( force ) {
|
|
updateMatrixWorld( force ) {
|
|
|
|
|
|
- const space = ( this.mode === 'scale' ) ? this.space : 'local'; // scale always oriented to local rotation
|
|
|
|
|
|
+ const space = ( this.mode === 'scale' ) ? 'local' : this.space; // scale always oriented to local rotation
|
|
|
|
|
|
const quaternion = ( space === 'local' ) ? this.worldQuaternion : _identityQuaternion;
|
|
const quaternion = ( space === 'local' ) ? this.worldQuaternion : _identityQuaternion;
|
|
|
|
|