浏览代码

Sync wiki -> header

SDL Wiki Bot 4 年之前
父节点
当前提交
056a42f199
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      include/SDL_render.h

+ 2 - 1
include/SDL_render.h

@@ -496,7 +496,8 @@ extern DECLSPEC int SDLCALL SDL_SetTextureUserData(SDL_Texture * texture,
  * Get the user-specified pointer associated with a texture
  *
  * \param texture the texture to query.
- * \return the pointer associated with the texture, or NULL if the texture is not valid.
+ * \return the pointer associated with the texture, or NULL if the texture is
+ *         not valid.
  *
  * \sa SDL_SetTextureUserData
  */