From 5b2648fd8b6977e99d9c7668fdaefaec089d5d1b Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Thu, 15 Dec 2011 20:45:08 +0100 Subject: [PATCH] Fixed typo in comments --- 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 6dc71dca..44f2a059 100644 --- a/include/SFML/Graphics/RenderTexture.hpp +++ b/include/SFML/Graphics/RenderTexture.hpp @@ -88,7 +88,7 @@ public : /// \brief Enable or disable texture smoothing /// /// This function is similar to Texture::SetSmooth. - /// This parameter is enabled by default. + /// This parameter is disabled by default. /// /// \param smooth True to enable smoothing, false to disable it ///