fix minimum light for HQ ambient light

This commit is contained in:
Xonk
2024-06-21 14:32:25 -04:00
parent 52b5e13155
commit 0a63b165c8
2 changed files with 4 additions and 2 deletions

View File

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