Revert wrong comment in SDL_surface.h for SDL3 (see #6824)

This commit is contained in:
Sylvain 2022-12-16 16:42:06 +01:00
parent abf5cc5203
commit dce2546534
No known key found for this signature in database
GPG key ID: 5F87E02E5BC0939E

View file

@ -577,7 +577,7 @@ extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface(SDL_Surface *surface,
* it might be easier to call but it doesn't have access to palette
* information for the destination surface, in case that would be important.
*
* \param src the existing SDL_Surface structure to convert
* \param surface the existing SDL_Surface structure to convert
* \param pixel_format the SDL_PixelFormatEnum that the new surface is
* optimized for
* \returns the new SDL_Surface structure that is created or NULL if it fails;