mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 02:10:37 +02:00
glu/sgi: Initialize member of class O_pwlcurve.
This commit is contained in:
parent
683e3cb8db
commit
f8737bda37
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ O_pwlcurve::O_pwlcurve( long _type, long count, INREAL *array, long byte_stride,
|
|||
owner = 0;
|
||||
pts = trimpts;
|
||||
npts = (int) count;
|
||||
save = 0;
|
||||
int i;
|
||||
|
||||
/* copy user data into internal trimming data structures */
|
||||
|
|
@ -115,6 +116,7 @@ O_pwlcurve::O_pwlcurve( long _type, long count, INREAL *array, long byte_stride,
|
|||
owner = 0;
|
||||
pts = trimpts;
|
||||
npts = (int) count;
|
||||
save = 0;
|
||||
|
||||
/* copy user data into internal trimming data structures */
|
||||
switch( _type ) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue