diff --git a/Source/Engine/Graphics/PostProcessSettings.cpp b/Source/Engine/Graphics/PostProcessSettings.cpp index 3b28107b2..a564bc85f 100644 --- a/Source/Engine/Graphics/PostProcessSettings.cpp +++ b/Source/Engine/Graphics/PostProcessSettings.cpp @@ -172,6 +172,7 @@ void ScreenSpaceReflectionsSettings::BlendWith(ScreenSpaceReflectionsSettings& o const bool isHalf = weight >= 0.5f; BLEND_FLOAT(Intensity); + BLEND_ENUM(TraceMode); BLEND_ENUM(DepthResolution); BLEND_ENUM(RayTracePassResolution); BLEND_FLOAT(BRDFBias);