Explorar el Código

Sync SDL3 wiki -> header

SDL Wiki Bot hace 2 años
padre
commit
4ffec098b7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      include/SDL3/SDL_render.h

+ 2 - 2
include/SDL3/SDL_render.h

@@ -706,8 +706,8 @@ extern DECLSPEC SDL_PropertiesID SDLCALL SDL_GetTextureProperties(SDL_Texture *t
  * Get the renderer that created an SDL_Texture.
  *
  * \param texture the texture to query
- * \returns a pointer to the SDL_Renderer that created the texture, or NULL
- *          on failure; call SDL_GetError() for more information.
+ * \returns a pointer to the SDL_Renderer that created the texture, or NULL on
+ *          failure; call SDL_GetError() for more information.
  *
  * \threadsafety It is safe to call this function from any thread.
  *