gl: remove stray +

This commit is contained in:
Christian Hergert 2019-10-08 10:58:29 -07:00
parent 76ea157f17
commit 47ef5af778

View File

@ -600,7 +600,7 @@ render_text_node (GskGLRenderer *self,
(PangoFont *)font,
gi->glyph,
x + cx,
+ y + cy,
y + cy,
text_scale,
self->gl_driver,
&glyph);