Skip to content

Commit

Permalink
🐛 fix: Fix VRCCam Patch with PostProcessing
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Mar 12, 2021
1 parent dfae3d1 commit 9f52f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/EsnyaUnityTools/Editor/VRCCamPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private void SetupPostProcessingLayer() {
}

layer.volumeTrigger = camera.transform;
layer.volumeLayer = LayerMask.GetMask(new []{"Everything"});
layer.volumeLayer = ~0;
#endif
}

Expand Down

0 comments on commit 9f52f66

Please sign in to comment.