Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3869b37 commit 8c7915aCopy full SHA for 8c7915a
libs/rapier/src/lib/rigid-body.ts
@@ -479,7 +479,7 @@ export class NgtrRigidBody {
479
// if physics colliders is false explicitly AND colliders is not set, disable auto colliders for this object entirely.
480
if (physicsColliders === false && colliders === undefined) return [];
481
482
- const options = this.options();
+ const options = untracked(this.options);
483
// if colliders on object is not set, use physics colliders
484
if (!options.colliders) options.colliders = physicsColliders;
485
0 commit comments