瀏覽代碼

Sync SDL2 wiki -> header

SDL Wiki Bot 11 月之前
父節點
當前提交
dd48b6f8cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_surface.h

+ 1 - 1
include/SDL_surface.h

@@ -787,7 +787,7 @@ extern DECLSPEC int SDLCALL SDL_FillRect
  * of the clip rectangle and `rect`.
  *
  * \param dst the SDL_Surface structure that is the drawing target
- * \param rects an array of SDL_Rects representing the rectangles to fill.
+ * \param rects an array of SDL_Rect representing the rectangles to fill.
  * \param count the number of rectangles in the array
  * \param color the color to fill with
  * \returns 0 on success or a negative error code on failure; call