summaryrefslogtreecommitdiff
path: root/src/3rdparty/poly2tri/sweep/sweep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/poly2tri/sweep/sweep.cpp')
-rw-r--r--src/3rdparty/poly2tri/sweep/sweep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/poly2tri/sweep/sweep.cpp b/src/3rdparty/poly2tri/sweep/sweep.cpp
index 4df63038..902c0295 100644
--- a/src/3rdparty/poly2tri/sweep/sweep.cpp
+++ b/src/3rdparty/poly2tri/sweep/sweep.cpp
@@ -789,7 +789,7 @@ void Sweep::FlipScanEdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle&
// flip with new edge op->eq
FlipEdgeEvent(tcx, eq, op, &ot, op);
// TODO: Actually I just figured out that it should be possible to
- // improve this by getting the next ot and op before the the above
+ // improve this by getting the next ot and op before the above
// flip and continue the flipScanEdgeEvent here
// set new ot and op here and loop back to inScanArea test
// also need to set a new flip_triangle first