Skip to content

Commit

Permalink
ArcballControls: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 6, 2022
1 parent 0de1b80 commit 9a83665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/jsm/controls/ArcballControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -1037,9 +1037,9 @@ class ArcballControls extends EventDispatcher {

}

this._v3_1.setFromMatrixPosition(this._gizmoMatrixState);
_v3_1.setFromMatrixPosition( this._gizmoMatrixState );

this.applyTransformMatrix( this.scale( size, this._v3_1 ) );
this.applyTransformMatrix( this.scale( size, _v3_1 ) );

}

Expand Down

0 comments on commit 9a83665

Please sign in to comment.