glu/sgi: Initialize members of class Mesher.

This commit is contained in:
Vinson Lee 2010-01-10 16:09:41 -08:00
parent 1111b38a1b
commit 4fe51c7447
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ Mesher::Mesher( Backend& b )
{
stacksize = 0;
vdata = 0;
last[0] = 0;
last[1] = 0;
itop = 0;
lastedge = 0; //needed to prevent purify UMR
}