From c71c53c4069aea8ca7239b1c7405a58aa8eacc9e Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 25 Jan 2026 08:28:23 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_rect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_rect.h b/include/SDL3/SDL_rect.h index 7bdf5b0943..4fce3e4bc9 100644 --- a/include/SDL3/SDL_rect.h +++ b/include/SDL3/SDL_rect.h @@ -425,7 +425,7 @@ SDL_FORCE_INLINE bool SDL_RectsEqualFloat(const SDL_FRect *a, const SDL_FRect *b * * \since This function is available since SDL 3.2.0. * - * \sa SDL_GetRectIntersection + * \sa SDL_GetRectIntersectionFloat */ extern SDL_DECLSPEC bool SDLCALL SDL_HasRectIntersectionFloat(const SDL_FRect *A, const SDL_FRect *B);