Skip to content

Commit

Permalink
fix: build clear
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSmolek committed Apr 26, 2024
1 parent f2b6e76 commit 7650933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-three-jolt/src/systems/constraint-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export class ConstraintSystem {
return casted;
}

removeConstraint(constraint: any) {
removeConstraint(_constraint: any) {
// can we just destroy it?
//Raw.module.destroy(constraint);
//this.joltPhysicsSystem.RemoveConstraint(constraint);
Expand Down

0 comments on commit 7650933

Please sign in to comment.