summaryrefslogtreecommitdiff
path: root/src/mesa/array_cache
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-04-17 21:08:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-04-17 21:08:32 +0000
commit15eddf38fb2418f2e9703569e66e9f94a614e405 (patch)
tree3b465b52ec8e34f21057715f7276c4d31795d3fa /src/mesa/array_cache
parenta6c6fce7e8515d8d33e542c9567a73d577165255 (diff)
another fix in import_texcoord()
Diffstat (limited to 'src/mesa/array_cache')
-rw-r--r--src/mesa/array_cache/ac_import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/array_cache/ac_import.c b/src/mesa/array_cache/ac_import.c
index a4efb068ac..334b3673f2 100644
--- a/src/mesa/array_cache/ac_import.c
+++ b/src/mesa/array_cache/ac_import.c
@@ -1,4 +1,4 @@
-/* $Id: ac_import.c,v 1.12 2001/04/17 20:37:44 brianp Exp $ */
+/* $Id: ac_import.c,v 1.13 2001/04/17 21:08:32 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -198,7 +198,7 @@ static void import_texcoord( GLcontext *ctx, GLuint unit,
from->StrideB,
from->Type,
from->Size,
- ac->start,
+ 0,
ac->count - ac->start);
to->Size = from->Size;