mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-20 07:57:55 +08:00
Fix cave fog
This commit is contained in:
parent
00b62d436f
commit
742e79bae1
@ -366,7 +366,7 @@ void main() {
|
|||||||
BiomeFogColor(cavefogCol);
|
BiomeFogColor(cavefogCol);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
color.rgb = mix(color.rgb, cavefogCol, cavefog * lightleakfix);
|
color.rgb = mix(color.rgb, cavefogCol, cavefog * (1.0-lightleakfix));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user