Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
karimnaaji committed Apr 2, 2022
1 parent e508a6e commit 3ea5c15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shaders/atmosphere.fragment.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ void main() {
// Dither
c = dither(c, gl_FragCoord.xy + u_temporal_offset);

// c = vec3(uv_remap, 1.0);

gl_FragColor = vec4(c, a);
}

0 comments on commit 3ea5c15

Please sign in to comment.