Skip to content

Commit f7753ce

Browse files
Ricky-JamesEvergreen
authored andcommitted
ENABLE_XR_MODULE -> ENABLE_VR_MODULE
1 parent 3d83d2b commit f7753ce

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
@@ -1965,7 +1965,7 @@ private sealed class PlatformDetectionCache
19651965
public PlatformDetectionCache()
19661966
{
19671967
bool isRunningMobile = false;
1968-
#if ENABLE_VR && ENABLE_XR_MODULE
1968+
#if ENABLE_VR && ENABLE_VR_MODULE
19691969
#if PLATFORM_WINRT || PLATFORM_ANDROID
19701970
isRunningMobile = IsRunningXRMobile();
19711971
#endif

0 commit comments

Comments
 (0)