From 945c848b373e3455df347e53687893381dd55280 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Fri, 18 May 2012 18:47:26 +0200 Subject: [PATCH] Minor correction in API doc --- include/SFML/Graphics/RenderTexture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/RenderTexture.hpp b/include/SFML/Graphics/RenderTexture.hpp index f167946ba..031b70d60 100644 --- a/include/SFML/Graphics/RenderTexture.hpp +++ b/include/SFML/Graphics/RenderTexture.hpp @@ -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())