Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 22589c5

Browse files
committed
Fixed XRSettings shim on 2018.1
1 parent 76763ce commit 22589c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PostProcessing/Runtime/Utils/XRSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Small shim for VRSettings/XRSettings on XboxOne and Switch
2-
#if UNITY_XBOXONE || UNITY_SWITCH
2+
#if !UNITY_2018_1_OR_NEWER && (UNITY_XBOXONE || UNITY_SWITCH)
33
using System;
44

55
namespace UnityEngine.XR

0 commit comments

Comments
 (0)