glu/sgi: Initialize members of class directedLine.

This commit is contained in:
Vinson Lee
2009-12-29 14:28:33 -08:00
parent 62a0d4ef7f
commit 495b8f8f7a
@@ -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()