diff options
author | Vinson Lee <[email protected]> | 2009-12-29 17:35:22 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-29 17:35:22 -0800 |
commit | a7db305c2f9fd4ee43b12ed0ef19efc1532cc30d (patch) | |
tree | 1b73522c68d88436c91c0b9bac9df4f71ae2dc55 | |
parent | 5060fb428d841154013a49af7d4efc3144792260 (diff) |
glu/sgi: Initialize member of class monoChain.
-rw-r--r-- | src/glu/sgi/libnurbs/nurbtess/monoChain.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glu/sgi/libnurbs/nurbtess/monoChain.cc b/src/glu/sgi/libnurbs/nurbtess/monoChain.cc index 814bf32fae0..b17b9405c1a 100644 --- a/src/glu/sgi/libnurbs/nurbtess/monoChain.cc +++ b/src/glu/sgi/libnurbs/nurbtess/monoChain.cc @@ -127,6 +127,7 @@ monoChain::monoChain(directedLine* cHead, directedLine* cTail) current = chainTail; isKey = 0; + keyY = 0; } //insert a new line between prev and this |