mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 15:28:14 +00:00
Update rtext.c
This commit is contained in:
@@ -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 y = 0; y < glyphs[i].image.height; y++)
|
||||||
{
|
{
|
||||||
for (int x = 0; x < glyphs[i].image.width; x++)
|
for (int x = 0; x < glyphs[i].image.width; x++)
|
||||||
|
Reference in New Issue
Block a user