mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-18 17:18:30 +02:00
fixed secondary color typo
This commit is contained in:
parent
b953bebc25
commit
829703316d
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ _tnl_Color4ubv( const GLubyte *v)
|
|||
GLuint count = IM->Count; \
|
||||
GLfloat *color; \
|
||||
CHECK_ATTRIB_ARRAY(IM, VERT_ATTRIB_COLOR1); \
|
||||
color = IM->Attrib[VERT_ATTRIB_COLOR0][count]; \
|
||||
color = IM->Attrib[VERT_ATTRIB_COLOR1][count]; \
|
||||
color[0] = r; \
|
||||
color[1] = g; \
|
||||
color[2] = b; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue