mirror of
https://github.com/SFML/SFML.git
synced 2025-02-18 06:18:01 +08:00
Fixed documentation of sf::Image
This commit is contained in:
parent
ae11207cdf
commit
b92dc572e3
@ -298,8 +298,7 @@ private :
|
||||
///
|
||||
/// // Create a 20x20 image filled with black color
|
||||
/// sf::Image image;
|
||||
/// if (!image.create(20, 20, sf::Color::Black))
|
||||
/// return -1;
|
||||
/// image.create(20, 20, sf::Color::Black);
|
||||
///
|
||||
/// // Copy image1 on image2 at position (10, 10)
|
||||
/// image.copy(background, 10, 10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user