From 7d2d05b99caddff3647ea359d9d704aafa4f4480 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:52:39 +0200 Subject: [PATCH] Fix noir shader in compability mode (#38080) fix noir shader in compability mode --- Resources/Textures/Shaders/noir.swsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Shaders/noir.swsl b/Resources/Textures/Shaders/noir.swsl index ed1d0d70af..81fa0d2bf1 100644 --- a/Resources/Textures/Shaders/noir.swsl +++ b/Resources/Textures/Shaders/noir.swsl @@ -3,7 +3,7 @@ uniform sampler2D SCREEN_TEXTURE; // Sensitivity, in degrees. -const highp float RedHueRange = 5; +const highp float RedHueRange = 5.0; const highp float MinSaturation = 0.4; // https://en.wikipedia.org/wiki/HSL_and_HSV#From_RGB -- 2.51.2