mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
reword SDL_BlitSurfaceScaled param
so it will link to the type in the docs/wiki
This commit is contained in:

committed by
Sam Lantinga

parent
fb4c15319e
commit
c623bd2fdc
@@ -984,7 +984,7 @@ extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface *src, const SDL_Rect *sr
|
||||
* \param dstrect the SDL_Rect structure representing the target rectangle in
|
||||
* the destination surface, filled with the actual rectangle
|
||||
* used after clipping
|
||||
* \param scaleMode scale algorithm to be used
|
||||
* \param scaleMode the SDL_ScaleMode to be used
|
||||
* \returns 0 on success or a negative error code on failure; call
|
||||
* SDL_GetError() for more information.
|
||||
*
|
||||
|
Reference in New Issue
Block a user