diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-07 14:52:09 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-07 14:52:09 +0000 |
commit | c5853c63d0b333b71fef0ae3b7ffa6434ce694cb (patch) | |
tree | 7a2e5997b7710cb2b6f96f93f32de32ab280f9b9 /src/mesa/main | |
parent | d96651bdc59b1ddd6909a70b803ad60f07654cb5 (diff) |
s/xoffset/zoffset/ (Cedric Gautier)
Diffstat (limited to 'src/mesa/main')
-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); |