changeset 9248 | dabd5df43970 |
parent 9199 | 9418826f6341 |
--- a/include/SDL_render.h Sat Nov 29 10:09:30 2014 -0500 +++ b/include/SDL_render.h Sat Nov 29 11:18:49 2014 -0800 @@ -371,7 +371,7 @@ * \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. *