-/* $Id: tess.c,v 1.4 1999/09/13 22:20:13 gareth Exp $ */
+/* $Id: tess.c,v 1.5 1999/09/14 05:37:58 gareth Exp $ */
/*
* Mesa 3-D graphics library
/*
* $Log: tess.c,v $
+ * Revision 1.5 1999/09/14 05:37:58 gareth
+ * Fixed legacy gluNextContour impact on gluTessEndContour.
+ *
* Revision 1.4 1999/09/13 22:20:13 gareth
* Fixed file headers. Tracking down macro bugs.
*
{
inspect_current_contour( tobj );
}
+ else
+ {
+ delete_current_contour( tobj );
+ }
cleanup:
return;