From 7278399366a7db6ef3ae54e48c3ee330ae689d64 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 6 Dec 2024 22:15:20 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_render.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index 3229c295c3..4e12bc8a62 100644 --- a/include/SDL3/SDL_render.h +++ b/include/SDL3/SDL_render.h @@ -2084,15 +2084,15 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderTextureRotated(SDL_Renderer *renderer * \param texture the source texture. * \param srcrect a pointer to the source rectangle, or NULL for the entire * texture. - * \param origin a pointer to a point indicating where the top-left corner of - srcrect should be mapped to, or NULL for the rendering - target's origin. + * \param origin a pointer to a point indicating where the top-left corner of + * srcrect should be mapped to, or NULL for the rendering + * target's origin. * \param right a pointer to a point indicating where the top-right corner of - srcrect should be mapped to, or NULL for the rendering - target's top-right corner. - * \param down a pointer to a point indicating where the bottom-left corner - of srcrect should be mapped to, or NULL for the rendering - target's bottom-left corner. + * srcrect should be mapped to, or NULL for the rendering + * target's top-right corner. + * \param down a pointer to a point indicating where the bottom-left corner of + * srcrect should be mapped to, or NULL for the rendering target's + * bottom-left corner. * \returns true on success or false on failure; call SDL_GetError() for more * information. *