mirror of
https://github.com/SFML/SFML.git
synced 2024-11-29 06:41:05 +08:00
Updated documentation of Image::SetSmooth
This commit is contained in:
parent
cb1f938582
commit
b8ddbb6dcc
@ -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
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user