修复3D方块显示会让消行白光显示不正常

This commit is contained in:
MrZ626
2021-02-14 20:13:29 +08:00
parent 74759e3e0d
commit 7f00b46125

View File

@@ -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),
texcolor.a
color.a
);
}