mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-17 23:40:29 +01:00
glu/sgi: Initialize members of struct O_curve.
This commit is contained in:
parent
cdb445f3a9
commit
fe27b07b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ struct O_curve : public PooledObj {
|
|||
int save; /* 1 if in display list */
|
||||
long nuid;
|
||||
O_curve() { next = 0; used = 0; owner = 0;
|
||||
curve.o_pwlcurve = 0; }
|
||||
curve.o_pwlcurve = 0; curvetype = ct_none; save = 0; nuid = 0; }
|
||||
};
|
||||
|
||||
struct O_nurbscurve : public PooledObj {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue