mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-06 06:09:54 +01:00
found another one :)
This commit is contained in:
parent
75f8496e22
commit
c0836af607
@ -529,6 +529,7 @@ void Sweep::FillBasinReq(SweepContext& tcx, Node* node)
|
|||||||
Fill(tcx, *node);
|
Fill(tcx, *node);
|
||||||
|
|
||||||
if (node->prev == tcx.basin.left_node && node->next == tcx.basin.right_node) {
|
if (node->prev == tcx.basin.left_node && node->next == tcx.basin.right_node) {
|
||||||
|
delete node;
|
||||||
return;
|
return;
|
||||||
} else if (node->prev == tcx.basin.left_node) {
|
} else if (node->prev == tcx.basin.left_node) {
|
||||||
Orientation o = Orient2d(*node->point, *node->next->point, *node->next->next->point);
|
Orientation o = Orient2d(*node->point, *node->next->point, *node->next->next->point);
|
||||||
|
Loading…
Reference in New Issue
Block a user