Darken DH cloud layers slightly

This commit is contained in:
James Seibel
2026-06-06 11:04:33 -05:00
parent b836f675e1
commit ab634b3204
@@ -434,10 +434,10 @@ public class CloudRenderHandler
skyColPercent = 0.0f; // use only cloud color
break;
case 1:
skyColPercent = 0.15f; // use some sky color
skyColPercent = 0.25f; // use some sky color
break;
case 2:
skyColPercent = 0.30f;
skyColPercent = 0.40f;
break;
}