From 37a58a04f2895a37fd961ee6e3ff7df80d22f110 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 8 Jan 2021 13:34:49 +0100 Subject: timecycle; some rendering --- src/rw/Lights.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/rw') diff --git a/src/rw/Lights.cpp b/src/rw/Lights.cpp index e0dff850..19115ba8 100644 --- a/src/rw/Lights.cpp +++ b/src/rw/Lights.cpp @@ -26,12 +26,7 @@ RwRGBAReal DirectionalLightColourForFrame; RwRGBAReal AmbientLightColour; RwRGBAReal DirectionalLightColour; -#ifdef EXTENDED_COLOURFILTER -#include "postfx.h" -#define USEBLURCOLORS CPostFX::UseBlurColours() -#else -#define USEBLURCOLORS CMBlur::BlurOn -#endif +#define USEBLURCOLORS true // actually CMBlur::BlurOn, but that's always supposed to be on void SetLightsWithTimeOfDayColour(RpWorld *) -- cgit v1.2.3