Skip to content

Commit

Permalink
Improved the pitch variable description
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 29, 2014
1 parent ce64b4a commit 48481c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_render.h
Expand Up @@ -371,7 +371,7 @@ extern DECLSPEC int SDLCALL SDL_GetTextureBlendMode(SDL_Texture * texture,
* \param rect A pointer to the rectangle of pixels to update, or NULL to
* update the entire texture.
* \param pixels The raw pixel data.
* \param pitch The number of bytes between rows of pixel data.
* \param pitch The number of bytes in a row of pixel data, including padding between lines.
*
* \return 0 on success, or -1 if the texture is not valid.
*
Expand Down

0 comments on commit 48481c8

Please sign in to comment.