diff options
| author | Ray <[email protected]> | 2023-09-08 20:01:19 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-09-08 20:01:19 +0200 |
| commit | 10e4aa32f86cb40e72b3ab076d87de6bf649f215 (patch) | |
| tree | 9d3965b67e02dc939a76bd0d55395550ef6b17b6 | |
| parent | 1896268775e59d00b2b4f3fea0bc244eee1a1cb4 (diff) | |
| download | raylib-10e4aa32f86cb40e72b3ab076d87de6bf649f215.tar.gz raylib-10e4aa32f86cb40e72b3ab076d87de6bf649f215.zip | |
Update rtext.c
| -rw-r--r-- | src/rtext.c | 2 |
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++) |
