mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-24 01:22:38 +08:00
fix water shadow square when DH shadowmap is on
This commit is contained in:
@ -47,7 +47,7 @@ vec4 toClipSpace3(vec3 viewSpacePosition) {
|
||||
void main() {
|
||||
water = 0;
|
||||
|
||||
// if(gl_Color.a < 1.0) water = 1;
|
||||
if(gl_Color.a < 1.0) water = 1;
|
||||
|
||||
texcoord.xy = gl_MultiTexCoord0.xy;
|
||||
|
||||
|
Reference in New Issue
Block a user