fix clouds interaction with cave fog

This commit is contained in:
Xonk
2024-06-28 15:22:48 -04:00
parent 2f330b1bf4
commit f3f75bcf38
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#define SHADER_VERSION_LABEL 470 // [470]
#define SHADER_VERSION_LABEL 471 // [471]
#define saturate(x) clamp(x,0.0,1.0)