Fixed and silenced a few warnings
This commit is contained in:
parent
c98a84a5d8
commit
9d70da3aaa
7 changed files with 13 additions and 10 deletions
|
@ -57,7 +57,7 @@ struct SFMLmainWindow
|
|||
if (!font.loadFromFile(resPath + "/sansation.ttf"))
|
||||
NSLog(@"Couldn't load the font");
|
||||
|
||||
text.setColor(sf::Color::White);
|
||||
text.setFillColor(sf::Color::White);
|
||||
text.setFont(font);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue