Fixed white pixel showing on first character of sf::Text (#414)
This commit is contained in:
parent
e60a61fed5
commit
99d4ec3551
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user