mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
fix rain fog brightness
This commit is contained in:
@ -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, \
|
||||
|
Reference in New Issue
Block a user