From 64bceba78c9901c66625d20699d97746b7f582ca Mon Sep 17 00:00:00 2001 From: iikare <13582030+iikare@users.noreply.github.com> Date: Sun, 26 Jun 2022 22:52:19 -0700 Subject: [PATCH] minor spacing cleanup --- src/rtext.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rtext.c b/src/rtext.c index 83597a85d..f3cc4f3d1 100644 --- a/src/rtext.c +++ b/src/rtext.c @@ -761,9 +761,6 @@ Image GenImageFontAtlas(const GlyphInfo *chars, Rectangle **charRecs, int glyphC if (offsetY > (atlas.height - fontSize - padding)) { // The current atlas is too small to hold all glyphs, so move to the next atlas size - - - currentRepeatCount++; undersizedAtlasFlag = true;