Skip to content

Commit c1b22d9

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [6000.3] ENABLE_XR_MODULE -> ENABLE_VR_MODULE
1 parent c3f9e87 commit c1b22d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ private sealed class PlatformDetectionCache
20232023
public PlatformDetectionCache()
20242024
{
20252025
bool isRunningMobile = false;
2026-
#if ENABLE_VR && ENABLE_XR_MODULE
2026+
#if ENABLE_VR && ENABLE_VR_MODULE
20272027
#if PLATFORM_WINRT || PLATFORM_ANDROID
20282028
isRunningMobile = IsRunningXRMobile();
20292029
#endif

0 commit comments

Comments
 (0)