[rtext.c] fixing some comments to align comments style

This commit is contained in:
Idir Aliane Crespo 2024-01-22 22:47:10 +01:00
parent 6f1c31b25d
commit 532bf26808

View File

@ -791,7 +791,7 @@ Image GenImageFontAtlas(const GlyphInfo *glyphs, Rectangle **glyphRecs, int glyp
for(int j = i + 1; j < glyphCount; j++) for(int j = i + 1; j < glyphCount; j++)
{ {
TRACELOG(LOG_WARNING, "FONT: Failed to package character (%i)", j); TRACELOG(LOG_WARNING, "FONT: Failed to package character (%i)", j);
// make sure remaining recs contain valid data // Make sure remaining recs contain valid data
recs[j].x = 0; recs[j].x = 0;
recs[j].y = 0; recs[j].y = 0;
recs[j].width = 0; recs[j].width = 0;