瀏覽代碼

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