clear compile error if only small cumulus clouds are enabled

This commit is contained in:
Xonk
2025-03-12 01:21:37 -04:00
parent 3d104832db
commit 7fe056d00e

View File

@ -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