fix cloud horizon line when sky ground is off

This commit is contained in:
Xonk
2024-06-28 16:31:31 -04:00
parent dd35c0cb9d
commit 0ccec1e817
5 changed files with 20 additions and 11 deletions

View File

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