s/xoffset/zoffset/ (Cedric Gautier)

This commit is contained in:
Brian Paul
2003-11-07 14:52:09 +00:00
parent d96651bdc5
commit c5853c63d0
+1 -1
View File
@@ -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);