mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-26 18:22:33 +08:00
clear compile error if only small cumulus clouds are enabled
This commit is contained in:
@ -541,7 +541,7 @@ vec4 GetVolumetricClouds(
|
|||||||
////------- BLEND LAYERS
|
////------- BLEND LAYERS
|
||||||
|
|
||||||
#if defined CloudLayer0 && !defined CloudLayer1 && !defined CloudLayer2
|
#if defined CloudLayer0 && !defined CloudLayer1 && !defined CloudLayer2
|
||||||
cloudPlaneDistance = cloudLayer1_Distance.x;
|
cloudPlaneDistance = cloudLayer0_Distance.x;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined CloudLayer0 && defined CloudLayer1 && !defined CloudLayer2
|
#if defined CloudLayer0 && defined CloudLayer1 && !defined CloudLayer2
|
||||||
|
Reference in New Issue
Block a user