Skip to content

Commit

Permalink
fix broken clouds
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Oct 11, 2022
1 parent 3083758 commit bd32f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shaders/program/gbuffers_clouds.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ uniform vec3 skyColor;
uniform vec3 fogColor;
uniform int moonPhase;

uniform float eyeHumidity;
#ifdef IS_OPTIFINE
uniform mat4 gbufferModelView;
uniform float eyeHumidity;
//uniform float eyeHumidity;
uniform int worldTime;

#if MC_VERSION >= 11700
Expand Down

0 comments on commit bd32f2f

Please sign in to comment.