Fixed white pixel showing on first character of sf::Text (#414)
This commit is contained in:
parent
e60a61fed5
commit
99d4ec3551
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue