minor spacing cleanup

This commit is contained in:
iikare 2022-06-26 22:52:19 -07:00
parent af95b3b71d
commit 64bceba78c
No known key found for this signature in database
GPG Key ID: F868BE83945655F9

View File

@ -761,9 +761,6 @@ Image GenImageFontAtlas(const GlyphInfo *chars, Rectangle **charRecs, int glyphC
if (offsetY > (atlas.height - fontSize - padding)) if (offsetY > (atlas.height - fontSize - padding))
{ {
// The current atlas is too small to hold all glyphs, so move to the next atlas size // The current atlas is too small to hold all glyphs, so move to the next atlas size
currentRepeatCount++; currentRepeatCount++;
undersizedAtlasFlag = true; undersizedAtlasFlag = true;