summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2023-09-08 20:01:19 +0200
committerRay <[email protected]>2023-09-08 20:01:19 +0200
commit10e4aa32f86cb40e72b3ab076d87de6bf649f215 (patch)
tree9d3965b67e02dc939a76bd0d55395550ef6b17b6 /src
parent1896268775e59d00b2b4f3fea0bc244eee1a1cb4 (diff)
downloadraylib-10e4aa32f86cb40e72b3ab076d87de6bf649f215.tar.gz
raylib-10e4aa32f86cb40e72b3ab076d87de6bf649f215.zip
Update rtext.c
Diffstat (limited to 'src')
-rw-r--r--src/rtext.c2
1 files changed, 1 insertions, 1 deletions
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++)