[rtext.c] fixing some comments to align comments style (#3756)

This commit is contained in:
Idir Carlos Aliane 2024-01-22 23:15:25 +01:00 committed by GitHub
parent 6f1c31b25d
commit cb97a8063d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -791,7 +791,7 @@ Image GenImageFontAtlas(const GlyphInfo *glyphs, Rectangle **glyphRecs, int glyp
for(int j = i + 1; j < glyphCount; 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].y = 0;
recs[j].width = 0;