소스 검색

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

Fixes https://github.com/libsdl-org/SDL/issues/7912
Sam Lantinga 3 년 전
부모
커밋
ced153a24a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/SDL3/SDL_surface.h

+ 1 - 1
include/SDL3/SDL_surface.h

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