mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
glu/sgi: Initialize members of class Knotvector.
This commit is contained in:
parent
5d3d202ac9
commit
a349687d49
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ void Knotvector::init( long _knotcount, long _stride, long _order, INREAL *_knot
|
|||
|
||||
Knotvector::Knotvector( void )
|
||||
{
|
||||
knotcount = 0;
|
||||
stride = 0;
|
||||
order = 0;
|
||||
knotlist = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue