mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
fixed array index typo in VERT_SAVE_RGBA() macro
This commit is contained in:
parent
5117a8214d
commit
34713c1a3c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: fxtris.c,v 1.18 2001/11/06 16:01:19 brianp Exp $ */
|
||||
/* $Id: fxtris.c,v 1.19 2002/08/21 02:56:58 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -331,7 +331,7 @@ do { \
|
|||
do { \
|
||||
color[idx][0] = v[idx]->r; \
|
||||
color[idx][1] = v[idx]->g; \
|
||||
color[idx][1] = v[idx]->b; \
|
||||
color[idx][2] = v[idx]->b; \
|
||||
color[idx][3] = v[idx]->a; \
|
||||
} while (0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue