Skip to content

Commit d7f6654

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [6000.0] ENABLE_XR_MODULE -> ENABLE_VR_MODULE
1 parent 188793c commit d7f6654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.render-pipelines.universal/Runtime/UniversalRenderPipelineCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ private sealed class PlatformDetectionCache
19681968
public PlatformDetectionCache()
19691969
{
19701970
bool isRunningMobile = false;
1971-
#if ENABLE_VR && ENABLE_XR_MODULE
1971+
#if ENABLE_VR && ENABLE_VR_MODULE
19721972
#if PLATFORM_WINRT || PLATFORM_ANDROID
19731973
isRunningMobile = IsRunningXRMobile();
19741974
#endif

0 commit comments

Comments
 (0)