mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
glu/sgi: Initialize member of struct O_trim.
This commit is contained in:
parent
37e5626111
commit
ba9dc26eec
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ struct O_trim : public PooledObj {
|
|||
O_curve *o_curve; /* closed trim loop */
|
||||
O_trim * next; /* next loop along trim */
|
||||
int save; /* 1 if in display list */
|
||||
O_trim() { next = 0; o_curve = 0; }
|
||||
O_trim() { next = 0; o_curve = 0; save = 0; }
|
||||
};
|
||||
|
||||
struct O_nurbssurface : public PooledObj {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue