found another one :)

This commit is contained in:
zzzzrrr 2010-04-23 12:00:45 -04:00
parent 75f8496e22
commit c0836af607

View File

@ -529,6 +529,7 @@ void Sweep::FillBasinReq(SweepContext& tcx, Node* node)
Fill(tcx, *node);
if (node->prev == tcx.basin.left_node && node->next == tcx.basin.right_node) {
delete node;
return;
} else if (node->prev == tcx.basin.left_node) {
Orientation o = Orient2d(*node->point, *node->next->point, *node->next->next->point);