mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Minor correction in API documentation
This commit is contained in:
parent
bdfc2dc3f5
commit
81e4209482
@ -230,7 +230,7 @@ public :
|
||||
///
|
||||
/// The returned value points to an array of RGBA pixels made of
|
||||
/// 8 bits integers components. The size of the array is
|
||||
/// GetWidth() * GetHeight() * 4.
|
||||
/// width * height * 4 (getSize().x * getSize().y * 4).
|
||||
/// Warning: the returned pointer may become invalid if you
|
||||
/// modify the image, so you should never store it for too long.
|
||||
/// If the image is empty, a null pointer is returned.
|
||||
|
Loading…
Reference in New Issue
Block a user