mirror of
https://github.com/yawut/SDL.git
synced 2026-07-26 13:11:22 -05:00
Fixed typo
This commit is contained in:
parent
4213f61f58
commit
3f21fa761c
|
|
@ -538,7 +538,7 @@ extern DECLSPEC int SDLCALL SDL_RenderFillRect(SDL_Renderer * renderer,
|
|||
* \return 0 on success, or -1 on error
|
||||
*/
|
||||
extern DECLSPEC int SDLCALL SDL_RenderFillRects(SDL_Renderer * renderer,
|
||||
const SDL_Rect * rect,
|
||||
const SDL_Rect * rects,
|
||||
int count);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user