Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Sep 30, 2024
1 parent 458b1f8 commit fea7d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/extensions/src/collision-filter/shader-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const getCollisionUniforms = (
}
const {enabled, collisionFBO, drawToCollisionMap, dummyCollisionMap} = opts;
return {
enabled: enabled && !Boolean(drawToCollisionMap),
enabled: enabled && !drawToCollisionMap,
sort: Boolean(drawToCollisionMap),
collision_texture:
!drawToCollisionMap && collisionFBO ? collisionFBO.colorAttachments[0] : dummyCollisionMap
Expand Down

0 comments on commit fea7d79

Please sign in to comment.