diff --git a/src/pse/gpu_hw.cpp b/src/pse/gpu_hw.cpp index 6ecfdfc0c..a4f801fe5 100644 --- a/src/pse/gpu_hw.cpp +++ b/src/pse/gpu_hw.cpp @@ -225,7 +225,7 @@ void main() { #if TEXTURED vec4 texcol = texture(samp0, v_tex0); - if (all(texcol == vec4(0.0, 0.0, 0.0, 0.0))) + if (texcol == vec4(0.0, 0.0, 0.0, 0.0)) discard; #if BLENDING