From 4d5fa91a39669a667789b477b9c5bdeea1123dbb Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:35:06 +0300 Subject: [PATCH] Update hcut.swsl (#284) --- Resources/Textures/Shaders/hcut.swsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Shaders/hcut.swsl b/Resources/Textures/Shaders/hcut.swsl index 4f8bfd9573..d89c4363f4 100644 --- a/Resources/Textures/Shaders/hcut.swsl +++ b/Resources/Textures/Shaders/hcut.swsl @@ -1,6 +1,6 @@ light_mode unshaded; -const highp float c = 0.3; +const highp float c = 0.5; const highp float alphaModifier = 0.2; const bool below = true;