Skip to content

Commit

Permalink
system
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXXik committed Sep 25, 2024
1 parent 9f7215b commit 2d71e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/jolt/back/operators/modifier.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class Modifier {
jv.FromBuffer(cb);

try {
this._backend.system.SetGravity(jv);
this._backend.physicsSystem.SetGravity(jv);
} catch (e) {
if ($_DEBUG) {
Debug.error(e);
Expand Down

0 comments on commit 2d71e93

Please sign in to comment.