glu/sgi: Initialize members of struct O_surface.

This commit is contained in:
Vinson Lee
2010-01-02 15:46:11 -08:00
parent ba9dc26eec
commit 386f91eec3
+1 -1
View File
@@ -114,7 +114,7 @@ struct O_surface : public PooledObj {
O_trim * o_trim; /* list of trim loops */
int save; /* 1 if in display list */
long nuid;
O_surface() { o_trim = 0; o_nurbssurface = 0; }
O_surface() { o_trim = 0; o_nurbssurface = 0; save = 0; nuid = 0; }
};
struct Property : public PooledObj {