Skip to content

Commit

Permalink
Quaternion: Add missing call of _onChangeCallback() to `fromBufferA…
Browse files Browse the repository at this point in the history
…ttribute()`. (#27363)
  • Loading branch information
Mugen87 committed Dec 12, 2023
1 parent bbfb411 commit 64148cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/math/Quaternion.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,8 @@ class Quaternion {
this._z = attribute.getZ( index );
this._w = attribute.getW( index );

this._onChangeCallback();

return this;

}
Expand Down

0 comments on commit 64148cc

Please sign in to comment.