mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-22 12:48:28 +00:00
Fixed an inaccuracy in the return parameter information in the SDL_ConvertPixels function
This commit is contained in:
parent
401187eb6c
commit
7293c18314
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL SDL_ConvertSurfaceAndColorspace(SDL_Su
|
|||
* \param dst_format an SDL_PixelFormat value of the `dst` pixels format.
|
||||
* \param dst a pointer to be filled in with new pixel data.
|
||||
* \param dst_pitch the pitch of the destination pixels, in bytes.
|
||||
* \returns false on success or false on failure; call SDL_GetError() for more
|
||||
* \returns true on success or false on failure; call SDL_GetError() for more
|
||||
* information.
|
||||
*
|
||||
* \since This function is available since SDL 3.1.3.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue