mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 20:48:08 +02:00
Committing in .
Modified Files: Mesa/src/tnl/t_imm_alloc.c added initialization for Normals ----------------------------------------------------------------------
This commit is contained in:
parent
190d34874c
commit
9348cfc6e8
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: t_imm_alloc.c,v 1.9 2001/06/28 17:34:14 keithw Exp $ */
|
||||
/* $Id: t_imm_alloc.c,v 1.10 2001/09/07 06:55:59 joukj Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -77,6 +77,7 @@ static struct immediate *real_alloc_immediate( GLcontext *ctx )
|
|||
*/
|
||||
|
||||
MEMSET(IM->Flag, 0, sizeof(IM->Flag));
|
||||
MEMSET(IM->Normal, 0.0 , sizeof(IM->Normal));
|
||||
|
||||
return IM;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue