mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-19 03:08:27 +00:00
Fixed an inaccuracy in the return parameter information in the SDL_SurfaceHasAlternateImages function
This commit is contained in:
parent
6aab5a089d
commit
9fb8661684
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_AddSurfaceAlternateImage(SDL_Surface *surfa
|
|||
* Return whether a surface has alternate versions available.
|
||||
*
|
||||
* \param surface the SDL_Surface structure to query.
|
||||
* \returns true if alternate versions are available or true otherwise.
|
||||
* \returns true if alternate versions are available or false otherwise.
|
||||
*
|
||||
* \since This function is available since SDL 3.1.3.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue