Skip to content

Commit 79f56f9

Browse files
committed
Hotfix till alpha 2
1 parent 83cb12b commit 79f56f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PeepCam/PeepCam.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public void EnterHeadCam(Vector3 position)
7373
return;
7474

7575
_headCam = new GameObject();
76+
_headCam.layer = LayerMask.NameToLayer("CoasterCars");
7677

7778
_cam = _headCam.AddComponent<Camera>();
7879
_headCam.AddComponent<AudioListener>();

0 commit comments

Comments
 (0)