Updated documentation of Image::SetSmooth

This commit is contained in:
Laurent Gomila 2011-04-08 17:49:48 +02:00
parent cb1f938582
commit b8ddbb6dcc

View File

@ -308,7 +308,7 @@ public :
/// so that pixels are less noticeable. However if you want /// so that pixels are less noticeable. However if you want
/// the image to look exactly the same as its source file, you /// the image to look exactly the same as its source file, you
/// should disable it. /// 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 /// \param smooth True to enable smoothing, false to disable it
/// ///