mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
gl renderer: Remove an outdated comment
This commit is contained in:
parent
e6e964c3f3
commit
fc312f7ffe
@ -826,8 +826,7 @@ render_text_node (GskGLRenderer *self,
|
||||
lookup.data.font = (PangoFont *)font;
|
||||
lookup.data.scale = (guint) (text_scale * 1024);
|
||||
|
||||
/* We use one quad per character, unlike the other nodes which
|
||||
* use at most one quad altogether */
|
||||
/* We use one quad per character */
|
||||
for (i = 0; i < num_glyphs; i++)
|
||||
{
|
||||
const PangoGlyphInfo *gi = &glyphs[i];
|
||||
|
Loading…
Reference in New Issue
Block a user