Minor correction in API doc
This commit is contained in:
parent
76e04a8d00
commit
945c848b37
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user