From 10e4aa32f86cb40e72b3ab076d87de6bf649f215 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 8 Sep 2023 20:01:19 +0200 Subject: Update rtext.c --- src/rtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rtext.c b/src/rtext.c index 04d7a2a1..146fc68f 100644 --- a/src/rtext.c +++ b/src/rtext.c @@ -788,7 +788,7 @@ Image GenImageFontAtlas(const GlyphInfo *glyphs, Rectangle **glyphRecs, int glyp } } - // Copy pixel data from fc.data to atlas + // Copy pixel data from glyph image to atlas for (int y = 0; y < glyphs[i].image.height; y++) { for (int x = 0; x < glyphs[i].image.width; x++) -- cgit v1.2.3