From 97a351cd92c4046dd496cacb65afb2382b71c06a Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 6 Jun 2021 00:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=80=E5=90=AF3D=E5=9C=BA?= =?UTF-8?q?=E5=9C=B0=E5=90=8Eshader=E8=A6=86=E7=9B=96=E4=BA=86=E8=B4=B4?= =?UTF-8?q?=E5=9B=BE=E9=80=8F=E6=98=8E=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/shaders/lighter.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/shaders/lighter.glsl b/parts/shaders/lighter.glsl index d5b4f7ab..414a95d5 100644 --- a/parts/shaders/lighter.glsl +++ b/parts/shaders/lighter.glsl @@ -4,6 +4,6 @@ vec4 effect(vec4 color,Image tex,vec2 tex_coords,vec2 scr_coords){ pow(texcolor.r+.26,.7023), pow(texcolor.g+.26,.7023), pow(texcolor.b+.26,.7023), - color.a + texcolor.b ); } \ No newline at end of file