Skip to content

Commit 267a249

Browse files
Update Assets/MRTK/Core/Utilities/Editor/XRSettingsUtilities.cs
Co-authored-by: Kurtis <[email protected]>
1 parent 47b1401 commit 267a249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/Core/Utilities/Editor/XRSettingsUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static bool LegacyXREnabled
116116
set
117117
{
118118
#if UNITY_2020_2_OR_NEWER
119-
Debug.LogWarning("This set operation has not effect as Legacy XR has been removed in Unity 2020!");
119+
Debug.LogWarning("This set operation doesn't have any effect as Legacy XR has been removed in Unity 2020!");
120120
#else
121121
#pragma warning disable 0618
122122
PlayerSettings.virtualRealitySupported = value;

0 commit comments

Comments
 (0)