mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
forgot to turn fog back on hahahah
This commit is contained in:
@ -311,8 +311,8 @@ void main() {
|
||||
}
|
||||
|
||||
// apply VL fog to the scene
|
||||
// color *= vl.a;
|
||||
// color += vl.rgb;
|
||||
color *= vl.a;
|
||||
color += vl.rgb;
|
||||
|
||||
// bloomy rain effect
|
||||
float rainDrops = clamp(texture2D(colortex9,texcoord).a, 0.0,1.0);
|
||||
|
Reference in New Issue
Block a user