Skip to content

Commit

Permalink
Revert "Revert media collision mask"
Browse files Browse the repository at this point in the history
This reverts commit ae050ee.
  • Loading branch information
Exairnous committed Nov 7, 2024
1 parent 7241b18 commit 67aaeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefabs/media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function MediaPrefab(params: MediaLoaderParams): EntityDef {
rigidbody={{
type: Type.KINEMATIC,
collisionGroup: COLLISION_LAYERS.INTERACTABLES,
collisionMask: COLLISION_LAYERS.HANDS
collisionMask: COLLISION_LAYERS.DEFAULT_INTERACTABLE
}}
scale={[1, 1, 1]}
inspectable
Expand Down

0 comments on commit 67aaeaf

Please sign in to comment.