Fixed syntax error in the Pong sample
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1184 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
aa3769b3c6
commit
7a54cb78a3
@ -41,7 +41,7 @@ int main()
|
|||||||
|
|
||||||
// Load the text font
|
// Load the text font
|
||||||
sf::Font font;
|
sf::Font font;
|
||||||
if (!ballImage.LoadFromFile("datas/post-fx/cheeseburger.ttf"))
|
if (!font.LoadFromFile("datas/post-fx/cheeseburger.ttf"))
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
|
|
||||||
// Initialize the end text
|
// Initialize the end text
|
||||||
|
Loading…
Reference in New Issue
Block a user