mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
glu/sgi: Initialize members of struct O_nurbscurve.
This commit is contained in:
parent
fab161f287
commit
64a1961011
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ struct O_nurbscurve : public PooledObj {
|
|||
int save; /* 1 if in display list */
|
||||
O_curve * owner; /* owning curve */
|
||||
O_nurbscurve( long _type )
|
||||
{ type = _type; owner = 0; next = 0; used = 0; }
|
||||
{ bezier_curves = 0; type = _type; tesselation = 0; method = 0; next = 0; used = 0; save = 0; owner = 0; }
|
||||
};
|
||||
|
||||
class O_pwlcurve : public PooledObj {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue