fix atmosphere/volume ambient lights minimum light level

This commit is contained in:
Xonk
2024-07-08 20:56:41 -04:00
parent c169916c40
commit 728ebb9920
2 changed files with 3 additions and 3 deletions

View File

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