Sync wiki -> header

main
SDL Wiki Bot 2021-08-10 22:20:06 +00:00
parent f5794f9eeb
commit 056a42f199
1 changed files with 2 additions and 1 deletions

View File

@ -496,7 +496,8 @@ extern DECLSPEC int SDLCALL SDL_SetTextureUserData(SDL_Texture * texture,
* Get the user-specified pointer associated with a texture
*
* \param texture the texture to query.
* \return the pointer associated with the texture, or NULL if the texture is not valid.
* \return the pointer associated with the texture, or NULL if the texture is
* not valid.
*
* \sa SDL_SetTextureUserData
*/