From b112681762f819929377470625999c0c529e1a74 Mon Sep 17 00:00:00 2001 From: Xonk Date: Mon, 31 Jul 2023 14:56:36 -0400 Subject: [PATCH] fix seam in the sky. --- shaders/composite1.fsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaders/composite1.fsh b/shaders/composite1.fsh index b4e869f..bbc4dee 100644 --- a/shaders/composite1.fsh +++ b/shaders/composite1.fsh @@ -8,7 +8,7 @@ const bool colortex5MipmapEnabled = true; const bool colortex12MipmapEnabled = true; // #ifndef Rough_reflections - const bool colortex4MipmapEnabled = true; + // const bool colortex4MipmapEnabled = true; // #endif const bool shadowHardwareFiltering = true;