glu/sgi: Initialize member of struct Property.
authorVinson Lee <vlee@vmware.com>
Fri, 1 Jan 2010 22:39:16 +0000 (14:39 -0800)
committerVinson Lee <vlee@vmware.com>
Fri, 1 Jan 2010 22:39:16 +0000 (14:39 -0800)
src/glu/sgi/libnurbs/internals/reader.h

index 3f259c777b568b40d6cb5710d29c4d0ca1f9153d..e5ec1827dbf0ce2a078b01fc54d57a69dab34b04 100644 (file)
@@ -125,7 +125,7 @@ struct Property : public PooledObj {
                        Property( long _type, long _tag, INREAL _value )
                        { type = _type; tag = _tag; value = (REAL) _value; }
                        Property( long _tag, INREAL _value )
-                       { type = 0; tag = _tag; value = (REAL) _value; }
+                       { type = 0; tag = _tag; value = (REAL) _value; save = 0; }
     };
 
 class NurbsTessellator;