From 551b1c5ce66b8b4b90e994036d000e12effbf25d Mon Sep 17 00:00:00 2001 From: Azaezel Date: Sat, 10 Nov 2018 00:34:23 -0600 Subject: [PATCH] mUseHDRCaptures needs more work. shut that back off till we've time to circle back --- Engine/source/T3D/lighting/reflectionProbe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/T3D/lighting/reflectionProbe.cpp b/Engine/source/T3D/lighting/reflectionProbe.cpp index 1def458c7..8aaac186c 100644 --- a/Engine/source/T3D/lighting/reflectionProbe.cpp +++ b/Engine/source/T3D/lighting/reflectionProbe.cpp @@ -117,7 +117,7 @@ ReflectionProbe::ReflectionProbe() mRadius = 10; mUseCubemap = false; - mUseHDRCaptures = true; + mUseHDRCaptures = false; mStaticCubemap = NULL; mReflectionPath = "";