Skip to content

Commit a9d99e1

Browse files
authored
fix OR (#231)
1 parent d68d6bf commit a9d99e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NFT-Museum/src/social.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export function createSocialLink(params: SocialLinkParams) {
127127
})
128128
GltfContainer.create(entity, {
129129
src: params.modelPath,
130-
invisibleMeshesCollisionMask: ColliderLayer.CL_POINTER || ColliderLayer.CL_PHYSICS
130+
invisibleMeshesCollisionMask: ColliderLayer.CL_POINTER | ColliderLayer.CL_PHYSICS
131131
})
132132
pointerEventsSystem.onPointerDown(
133133
{

0 commit comments

Comments
 (0)