author | Sam Lantinga <slouken@libsdl.org> |
Fri, 28 Sep 2012 03:29:36 -0700 | |
changeset 6493 | 6801ced90deb |
parent 6492 | 0732954fa8ef |
child 6494 | 309599be5c2a |
--- a/include/SDL_render.h Fri Sep 28 03:22:26 2012 -0700 +++ b/include/SDL_render.h Fri Sep 28 03:29:36 2012 -0700 @@ -373,7 +373,7 @@ const void *pixels, int pitch); /** - * \brief Lock a portion of the texture for pixel access. + * \brief Lock a portion of the texture for write-only pixel access. * * \param texture The texture to lock for access, which was created with * ::SDL_TEXTUREACCESS_STREAMING.