Skip to content

Commit

Permalink
Fixed an inaccuracy in the return parameter information in the SDL_Co…
Browse files Browse the repository at this point in the history
…nvertPixels function
  • Loading branch information
edwardgushchin authored and slouken committed Dec 3, 2024
1 parent 401187e commit 7293c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_surface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7293c18

Please sign in to comment.