diff options
author | Vinson Lee <vlee@vmware.com> | 2009-12-29 14:28:33 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2009-12-29 14:28:33 -0800 |
commit | 495b8f8f7a58616d7b75a84d828e3ea356b9a1d4 (patch) | |
tree | 0db759c047733cf0d9c71d24ab2f4731aa6ae72f /src/glu/sgi/libnurbs | |
parent | 62a0d4ef7fdf4788de84e6645f6f329482033c42 (diff) |
glu/sgi: Initialize members of class directedLine.
Diffstat (limited to 'src/glu/sgi/libnurbs')
-rw-r--r-- | src/glu/sgi/libnurbs/nurbtess/directedLine.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glu/sgi/libnurbs/nurbtess/directedLine.cc b/src/glu/sgi/libnurbs/nurbtess/directedLine.cc index 5be1ae3976..1ceda025d9 100644 --- a/src/glu/sgi/libnurbs/nurbtess/directedLine.cc +++ b/src/glu/sgi/libnurbs/nurbtess/directedLine.cc @@ -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() |