Skip to content

Commit

Permalink
drop atmosColor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-Pain committed Oct 20, 2023
1 parent 69877aa commit 95c11b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/shaders/opengl/rayleigh_sky.frag
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ void main(void)

atmosDiffuse.a = 1.0;
frag_color = (1.0-fogFactor) * (atmosDiffuse *
vec4(atmosColor.rgb, 1.0) *
vec4(specularHighlight.rgb, 1.0) * 20
);
}

0 comments on commit 95c11b7

Please sign in to comment.