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;