We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e946e commit 1c75cb4Copy full SHA for 1c75cb4
include/SDL_surface.h
@@ -808,8 +808,8 @@ extern DECLSPEC int SDLCALL SDL_FillRects
808
*
809
* This assumes that the source and destination rectangles are the same size.
810
* If either `srcrect` or `dstrect` are NULL, the entire surface (`src` or
811
- * `dst`) is copied. The final blit rectangles are saved in `srcrect` and
812
- * `dstrect` after all clipping is performed.
+ * `dst`) is copied. The final blit rectangle is saved in `dstrect` after
+ * all clipping is performed.
813
814
* The blit function should not be called on a locked surface.
815
0 commit comments