Преглед изворни кода

Update rtext.c

pull/3303/head
Ray пре 2 година
родитељ
комит
10e4aa32f8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rtext.c

+ 1
- 1
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++)

Loading…
Откажи
Сачувај