forgot to turn fog back on hahahah

This commit is contained in:
Xonk 2023-08-02 18:34:25 -04:00
parent adaa2db9e6
commit 825f49a867

View File

@ -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);