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:
LaurentGom 2009-07-21 21:35:37 +00:00
parent aa3769b3c6
commit 7a54cb78a3

View File

@ -41,7 +41,7 @@ int main()
// Load the text font
sf::Font font;
if (!ballImage.LoadFromFile("datas/post-fx/cheeseburger.ttf"))
if (!font.LoadFromFile("datas/post-fx/cheeseburger.ttf"))
return EXIT_FAILURE;
// Initialize the end text