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()`. (mrdoob#27363)
  • Loading branch information
Mugen87 authored and AdaRoseCannon committed Jan 15, 2024
1 parent 72245f4 commit ee2e9d5
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 ee2e9d5

Please sign in to comment.