Fixed typo in comments

This commit is contained in:
Laurent Gomila 2011-12-15 20:45:08 +01:00
parent d943f22c93
commit 5b2648fd8b

View File

@ -88,7 +88,7 @@ public :
/// \brief Enable or disable texture smoothing /// \brief Enable or disable texture smoothing
/// ///
/// This function is similar to Texture::SetSmooth. /// 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 /// \param smooth True to enable smoothing, false to disable it
/// ///