diff options
| -rw-r--r-- | src/mesa/main/texstore.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 5a564fbc15..f4b864cfb3 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -1092,7 +1092,7 @@ _mesa_store_texsubimage3d(GLcontext *ctx, GLenum target, GLint level,                             texImage->Format,                             texImage->TexFormat, texImage->Data,                             width, height, depth, /* src size */ -                           xoffset, yoffset, xoffset, /* dest offsets */ +                           xoffset, yoffset, zoffset, /* dest offsets */                             texImage->Width * texelBytes,  /* dst row stride */                             texImage->Width * texImage->Height * texelBytes,                             format, type, pixels, packing); | 
