From a70542f2c47ed96788cf804e624be0ea66db6b42 Mon Sep 17 00:00:00 2001 From: Xonk Date: Tue, 25 Jul 2023 23:11:38 -0400 Subject: [PATCH] another ninja fix (forgot to remove a test) --- shaders/composite1.fsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shaders/composite1.fsh b/shaders/composite1.fsh index 4caff56..a35d647 100644 --- a/shaders/composite1.fsh +++ b/shaders/composite1.fsh @@ -7,9 +7,9 @@ const bool colortex5MipmapEnabled = true; const bool colortex12MipmapEnabled = true; -#ifndef Rough_reflections - const bool colortex4MipmapEnabled = true; -#endif +// #ifndef Rough_reflections +// const bool colortex4MipmapEnabled = true; +// #endif const bool shadowHardwareFiltering = true;