mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
another fix in import_texcoord()
This commit is contained in:
parent
a6c6fce7e8
commit
15eddf38fb
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue