소스 검색

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 = "";