瀏覽代碼

mUseHDRCaptures needs more work. shut that back off till we've time to circle back

Azaezel 6 年之前
父節點
當前提交
29e78d2034
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/T3D/lighting/reflectionProbe.cpp

+ 1 - 1
Engine/source/T3D/lighting/reflectionProbe.cpp

@@ -117,7 +117,7 @@ ReflectionProbe::ReflectionProbe()
    mRadius = 10;
 
    mUseCubemap = false;
-   mUseHDRCaptures = true;
+   mUseHDRCaptures = false;
 
    mStaticCubemap = NULL;
    mReflectionPath = "";