Skip to content

Commit

Permalink
Merge pull request #92 from LeXXik/fix-char-modifier
Browse files Browse the repository at this point in the history
Fix var
  • Loading branch information
LeXXik authored Sep 23, 2024
2 parents 93e3450 + df69801 commit 7c513ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/jolt/back/operators/helpers/char-modifier.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class CharModifier {
_setPosRot(cb) {
const m = this._modifier;
const jv = m.joltVec3_1;
const jq = m.joltQuat_1;
const jq = m.joltQuat;
const char = this._tracker.getBodyByPCID(cb.read(BUFFER_READ_UINT32));

try {
Expand Down

0 comments on commit 7c513ca

Please sign in to comment.