center handheld light to eyePosition when using iris. make lightmap handheld lights not function when floodfill is enabled

This commit is contained in:
Xonk
2024-07-08 20:12:05 -04:00
parent cdd12d441e
commit c169916c40
4 changed files with 28 additions and 10 deletions

View File

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