From 88e7b6096c760f67e7147d920352a6b88eacf66c Mon Sep 17 00:00:00 2001 From: tmtmtl30 <53132901+tmtmtl30@users.noreply.github.com> Date: Sun, 7 Mar 2021 20:11:29 -0800 Subject: [PATCH] Unshades crit overlay (#3546) --- Resources/Textures/Shaders/gradient_circle_mask.swsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Textures/Shaders/gradient_circle_mask.swsl b/Resources/Textures/Shaders/gradient_circle_mask.swsl index 800e19ef84..8a6addd5b4 100644 --- a/Resources/Textures/Shaders/gradient_circle_mask.swsl +++ b/Resources/Textures/Shaders/gradient_circle_mask.swsl @@ -1,3 +1,5 @@ +light_mode unshaded; + const highp float percentagedistanceshow = 0.05; const highp float gradientfalloffwidth = 3.0;