Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Jan 10, 2025
1 parent 6bedfed commit 5ad8e41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Extensions/Physics3DBehavior/Physics3DRuntimeBehavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,6 @@ namespace gdjs {
}

canCollideAgainst(otherBehavior: gdjs.Physics3DRuntimeBehavior): boolean {
console.log(this.masks + ' & ' + otherBehavior.layers);
return (
(this.getMasksAccordingToBodyType() &
otherBehavior.getLayersAccordingToBodyType()) !==
Expand Down

0 comments on commit 5ad8e41

Please sign in to comment.