diff --git a/src/SFML/Graphics/Font.cpp b/src/SFML/Graphics/Font.cpp index bc9cf368..1ad882da 100644 --- a/src/SFML/Graphics/Font.cpp +++ b/src/SFML/Graphics/Font.cpp @@ -575,7 +575,7 @@ bool Font::setCurrentSize(unsigned int characterSize) const //////////////////////////////////////////////////////////// Font::Page::Page() : -nextRow(2) +nextRow(3) { // Make sure that the texture is initialized by default sf::Image image;