We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2003b0 commit db60ae0Copy full SHA for db60ae0
client/shaders/liquids_shader/opengl_fragment.glsl
@@ -91,5 +91,5 @@ vec4 base = texture2D(baseTexture, uv).rgba;
91
float d = max(0.0, min(vPosition.z / fogDistance * 1.5 - 0.6, 1.0));
92
alpha = mix(alpha, 0.0, d);
93
}
94
- gl_FragColor = vec4(color.rgb, alpha);
+ gl_FragColor = vec4(col.rgb, alpha);
95
0 commit comments