From 44ce826b57f2d19a4df2de5dc3fe6a3a062dee1f Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 9 Aug 2025 18:34:27 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_rect.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/SDL3/SDL_rect.h b/include/SDL3/SDL_rect.h index e09f92a460..7ff10904ff 100644 --- a/include/SDL3/SDL_rect.h +++ b/include/SDL3/SDL_rect.h @@ -88,8 +88,7 @@ typedef struct SDL_Rect /** - * A rectangle, with the origin at the upper left (using floating point - * values). + * A rectangle stored using floating point values. * * \since This struct is available since SDL 3.2.0. *