Переглянути джерело

Enable r_EnableHostRenderPipelineOnXR by default

Signed-off-by: moraaar <[email protected]>
Signed-off-by: amzn-phist <[email protected]>
moraaar 2 роки тому
батько
коміт
bf588b169c
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      Gem/Code/Source/SampleComponentManager.cpp

+ 2 - 2
Gem/Code/Source/SampleComponentManager.cpp

@@ -153,8 +153,8 @@ namespace AtomSampleViewer
         }
     }
 
-    AZ_CVAR(bool, r_EnableHostRenderPipelineOnXR, false, CVar_EnableHostRenderPipelineOnXR, AZ::ConsoleFunctorFlags::Null,
-        "When an XR system is present in a host platform, this will enable the regular render pipeline on the host PC as well (false by default).");
+    AZ_CVAR(bool, r_EnableHostRenderPipelineOnXR, true, CVar_EnableHostRenderPipelineOnXR, AZ::ConsoleFunctorFlags::Null,
+        "When an XR system is present in a host platform, this will enable the regular render pipeline on the host PC as well (true by default).");
 #endif
 
     namespace