mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
glu/sgi: Initialize members of class StoredVertex.
This commit is contained in:
parent
61afd1158f
commit
a5815c36f7
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ typedef struct surfEvalMachine{
|
|||
|
||||
class StoredVertex {
|
||||
public:
|
||||
StoredVertex() { type = 0; }
|
||||
StoredVertex() { type = 0; coord[0] = 0; coord[1] = 0; point[0] = 0; point[1] = 0; }
|
||||
~StoredVertex(void) {}
|
||||
void saveEvalCoord(REAL x, REAL y)
|
||||
{coord[0] = x; coord[1] = y; type = TYPECOORD; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue