Fixed typo in header
This commit is contained in:
parent
1877442eb2
commit
2ef894f75e
1 changed files with 1 additions and 1 deletions
|
@ -1214,7 +1214,7 @@ extern DECLSPEC int SDLCALL SDL_RenderDrawRect(const SDL_Rect * rect);
|
||||||
*
|
*
|
||||||
* \return 0 on success, or -1 if there is no rendering context current.
|
* \return 0 on success, or -1 if there is no rendering context current.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_RenderDrawRects(const SDL_Rect ** rect, int count);
|
extern DECLSPEC int SDLCALL SDL_RenderDrawRects(const SDL_Rect ** rects, int count);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Fill a rectangle on the current rendering target with the drawing color.
|
* \brief Fill a rectangle on the current rendering target with the drawing color.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue