[Gtkradiant] [Bug 124] edge edit crash
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Thu, 30 Aug 2001 06:20:09 -0500
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=124
wjoseph@europe.ea.com changed:
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Platform| |All
Resolution| |WORKSFORME
------- Additional Comments From wjoseph@europe.ea.com 2001-08-30 06:20 -------
Tested. No crash for me when edge-manipulating this brush in latest Alpha
Branch (30/08/2001).
One thing to note: the brush below is invalid. It contains one or more faces
that have NULL windings - ie. the planes for those faces do not intersect the
brush. We should automatically remove these faces on saving the map - it's an
easy test: if(face->face_winding==NULL) skip this face;