Fixed white pixel showing on first character of sf::Text (#414)

This commit is contained in:
Laurent Gomila 2013-06-23 22:41:58 +02:00
parent e60a61fed5
commit 99d4ec3551

View File

@ -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;