diff options
Diffstat (limited to 'assets/shaders/glyph.frag')
| -rw-r--r-- | assets/shaders/glyph.frag | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/shaders/glyph.frag b/assets/shaders/glyph.frag index 5387f4e..867c58c 100644 --- a/assets/shaders/glyph.frag +++ b/assets/shaders/glyph.frag @@ -19,5 +19,4 @@ void main() { float screenPxDistance = in_width * (sd - 0.5); float opacity = clamp(screenPxDistance + 0.5, 0.0, 1.0); out_color = mix(in_bg_color, in_fg_color, opacity); - out_color = msd; } |
