glu/sgi: Initialize members of class directedLine.
This commit is contained in:
@@ -309,6 +309,8 @@ directedLine::directedLine()
|
||||
nextPolygon = NULL;
|
||||
rootBit = 0;/*important to initilzae to 0 meaning not root yet*/
|
||||
rootLink = NULL;
|
||||
direction = INCREASING;
|
||||
sline = NULL;
|
||||
}
|
||||
|
||||
directedLine::~directedLine()
|
||||
|
||||
Reference in New Issue
Block a user