Skip to content

Commit 29e0cd1

Browse files
Force HDR on because of a bug in the mirror view
1 parent 693c142 commit 29e0cd1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Scripts/Core/VRView.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ public void OnEnable()
162162
m_Camera.clearFlags = CameraClearFlags.SolidColor;
163163

164164
m_Camera.stereoTargetEye = StereoTargetEyeMask.Both;
165+
// Force HDR on because of a bug in the mirror view
166+
m_Camera.allowHDR = true;
165167
}
166168
else
167169
{

0 commit comments

Comments
 (0)