Fixed reference to old function (thanks @tom-seddon!)

Fixes https://github.com/libsdl-org/SDL/issues/7912
This commit is contained in:
Sam Lantinga 2023-07-02 18:24:53 -07:00
parent 4aee17b039
commit ced153a24a

View File

@ -814,7 +814,7 @@ extern DECLSPEC int SDLCALL SDL_BlitSurfaceUnchecked
* Perform a fast, low quality, stretch blit between two surfaces of the same
* format.
*
* **WARNING**: Please use SDL_BlitScaled() instead.
* **WARNING**: Please use SDL_BlitSurfaceScaled() instead.
*
* \param src the SDL_Surface structure to be copied from
* \param srcrect the SDL_Rect structure representing the rectangle to be