Răsfoiți Sursa

Revert "Sync SDL2 wiki -> header"

This reverts commit 26e946ef08346633700251225262d9b685ac22fb.

Stop it Skynet!
Sam Lantinga 4 luni în urmă
părinte
comite
1c75cb4f8a
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      include/SDL_surface.h

+ 2 - 2
include/SDL_surface.h

@@ -808,8 +808,8 @@ extern DECLSPEC int SDLCALL SDL_FillRects
  *
  * This assumes that the source and destination rectangles are the same size.
  * If either `srcrect` or `dstrect` are NULL, the entire surface (`src` or
- * `dst`) is copied. The final blit rectangles are saved in `srcrect` and
- * `dstrect` after all clipping is performed.
+ * `dst`) is copied. The final blit rectangle is saved in `dstrect` after
+ * all clipping is performed.
  *
  * The blit function should not be called on a locked surface.
  *