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

Commit 444a545

Browse files
committed
Also use the XR shim on Switch
1 parent adee757 commit 444a545

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PostProcessing/Runtime/Utils/XRSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Small shim for VRSettings/XRSettings on XBOX
2-
#if UNITY_XBOXONE
1+
// Small shim for VRSettings/XRSettings on XboxOne and Switch
2+
#if UNITY_XBOXONE || UNITY_SWITCH
33
using System;
44

55
namespace UnityEngine.XR

0 commit comments

Comments
 (0)