Update rtext.c
This commit is contained in:
parent
1896268775
commit
10e4aa32f8
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue