Skip to content

Commit

Permalink
Revert media collision mask
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed May 8, 2024
1 parent ec12e4c commit ae050ee
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.DEFAULT_INTERACTABLE
collisionMask: COLLISION_LAYERS.HANDS
}}
scale={[1, 1, 1]}
inspectable
Expand Down

0 comments on commit ae050ee

Please sign in to comment.