fix "the end orb" debug view

This commit is contained in:
Xonk
2024-07-10 17:02:54 -04:00
parent 728ebb9920
commit b32041d4fc
2 changed files with 11 additions and 6 deletions

View File

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