From b8ddbb6dccab45188054ea75a09ad3d6b9d29733 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Fri, 8 Apr 2011 17:49:48 +0200 Subject: [PATCH] Updated documentation of Image::SetSmooth --- include/SFML/Graphics/Image.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/Image.hpp b/include/SFML/Graphics/Image.hpp index 1ef822d7..45861f56 100644 --- a/include/SFML/Graphics/Image.hpp +++ b/include/SFML/Graphics/Image.hpp @@ -308,7 +308,7 @@ public : /// so that pixels are less noticeable. However if you want /// the image to look exactly the same as its source file, you /// should disable it. - /// The smooth filter is enabled by default. + /// The smooth filter is disabled by default. /// /// \param smooth True to enable smoothing, false to disable it ///