Skip to content

Commit

Permalink
Fix outdated commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 24, 2023
1 parent 3b6c369 commit 9e79667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/rendering/shaders/sdf.frag
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void main()

// Uncomment for outline
//if(normalised > 0.5)
// fragColor = vec4(1.0);
// outColor = vec4(1.0);
//else
outColor = vec4(normalised, normalised, normalised, 1.0);
}
Expand Down

0 comments on commit 9e79667

Please sign in to comment.