mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
comments
This commit is contained in:
parent
e9f4ee87d8
commit
926c34f894
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: t_imm_dlist.c,v 1.49 2003/03/31 23:06:50 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 5.1
|
||||
|
|
@ -634,6 +632,7 @@ loopback_compiled_cassette( GLcontext *ctx, struct immediate *IM )
|
|||
}
|
||||
}
|
||||
|
||||
/* XXX Maybe we should jump through _glapi->Dispatch all the time?? */
|
||||
if (flags[i] & VERT_BIT_NORMAL)
|
||||
glNormal3fv(IM->Attrib[VERT_ATTRIB_NORMAL][i]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue