Просмотр исходного кода

Remove outdated comment about SDL_SoftStretch

Cameron Cawley 3 лет назад
Родитель
Сommit
0f1079456d
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      include/SDL_surface.h

+ 0 - 2
include/SDL_surface.h

@@ -806,8 +806,6 @@ extern DECLSPEC int SDLCALL SDL_LowerBlit
   * Perform a fast, low quality, stretch blit between two surfaces of the
   * same format.
   *
-  * **Warning**: This function uses a static buffer, and is not thread-safe.
-  *
   * Please use SDL_BlitScaled() instead.
   */
 extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,