mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-11-21 20:47:19 +01:00
Remove outdated comment about SDL_SoftStretch
This commit is contained in:
parent
817976da69
commit
0f1079456d
@ -806,8 +806,6 @@ extern DECLSPEC int SDLCALL SDL_LowerBlit
|
|||||||
* Perform a fast, low quality, stretch blit between two surfaces of the
|
* Perform a fast, low quality, stretch blit between two surfaces of the
|
||||||
* same format.
|
* same format.
|
||||||
*
|
*
|
||||||
* **Warning**: This function uses a static buffer, and is not thread-safe.
|
|
||||||
*
|
|
||||||
* Please use SDL_BlitScaled() instead.
|
* Please use SDL_BlitScaled() instead.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
|
extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
|
||||||
|
Loading…
Reference in New Issue
Block a user