mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-27 02:32:39 +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
|
||||
|
||||
#if defined CloudLayer0 && !defined CloudLayer1 && !defined CloudLayer2
|
||||
cloudPlaneDistance = cloudLayer1_Distance.x;
|
||||
cloudPlaneDistance = cloudLayer0_Distance.x;
|
||||
#endif
|
||||
|
||||
#if defined CloudLayer0 && defined CloudLayer1 && !defined CloudLayer2
|
||||
|
Reference in New Issue
Block a user