fix rain fog brightness

This commit is contained in:
Xonk
2023-06-11 18:32:37 -04:00
parent 432674bc59
commit 8c5a2360c4
5 changed files with 8 additions and 4 deletions

View File

@ -225,7 +225,7 @@ uniform.float.Alto_Cov = smooth(2, if( \
uniform.float.Alto_Den = smooth(3, if( \
moonPhase == 0, 0.1, \
moonPhase == 1, 0.35, \
moonPhase == 1, 0.25, \
moonPhase == 2, 0.0, \
moonPhase == 3, 0.0, \
moonPhase == 4, 0.0, \