Replaced cheeseburger.tff with a free font
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1509 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
4c2899876e
commit
fd483a9bf2
6 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ int main()
|
|||
|
||||
// Load the text font
|
||||
sf::Font font;
|
||||
if (!font.LoadFromFile("datas/shader/arial.ttf"))
|
||||
if (!font.LoadFromFile("datas/shader/sansation.ttf"))
|
||||
return EXIT_FAILURE;
|
||||
|
||||
// Load the image needed for the wave shader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue