projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62a0d4e
)
glu/sgi: Initialize members of class directedLine.
author
Vinson Lee
<vlee@vmware.com>
Tue, 29 Dec 2009 22:28:33 +0000
(14:28 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 29 Dec 2009 22:28:33 +0000
(14:28 -0800)
src/glu/sgi/libnurbs/nurbtess/directedLine.cc
patch
|
blob
|
history
diff --git
a/src/glu/sgi/libnurbs/nurbtess/directedLine.cc
b/src/glu/sgi/libnurbs/nurbtess/directedLine.cc
index 5be1ae3976aadbbfec4d5b8ac1f7d7432672f13d..1ceda025d9f8295c42c697512b92474f783be466 100644
(file)
--- 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()