mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-11 06:28:09 +02:00
glu/sgi: Initialize members of struct O_nurbssurface.
This commit is contained in:
parent
ac21edff1c
commit
de95e5768b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ struct O_nurbssurface : public PooledObj {
|
|||
int save; /* 1 if in display list */
|
||||
int used; /* 1 if prev called in block */
|
||||
O_nurbssurface( long _type )
|
||||
{ type = _type; owner = 0; next = 0; used = 0; }
|
||||
{ bezier_patches = 0; type = _type; owner = 0; next = 0; save = 0; used = 0; }
|
||||
};
|
||||
|
||||
struct O_surface : public PooledObj {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue