Minor correction in API doc

This commit is contained in:
Laurent Gomila 2012-05-18 18:47:26 +02:00
parent 76e04a8d00
commit 945c848b37

View File

@ -216,7 +216,7 @@ private :
/// // Create a new render-texture
/// sf::RenderTexture texture;
/// if (!texture.create(500, 500))
/// return -1
/// return -1;
///
/// // The main loop
/// while (window.isOpen())