mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
[rtext.c] fixing some comments to align comments style (#3756)
This commit is contained in:

committed by
GitHub

parent
6f1c31b25d
commit
cb97a8063d
@@ -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;
|
||||||
|
Reference in New Issue
Block a user