fix minimum light with HQ ssgi is enabled. fix commit number distplay

This commit is contained in:
Xonk
2024-06-26 16:16:20 -04:00
parent 7607c0ff41
commit 9a6ffa360c
3 changed files with 5 additions and 6 deletions

View File

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