Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessGod committed May 5, 2018
1 parent de7c802 commit 0917462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Object.assign( Model.prototype, {
if ( args[ 0 ] instanceof Transform )
return this.setQuaternion( ...( args[ 0 ].quaternion.getArray() ) );

this.setQuaternion( ...args );
this.transform.setQuaternion( ...args );
return this;

},
Expand Down

0 comments on commit 0917462

Please sign in to comment.