EgtGeomKernel :

- eliminata variabile inutilizzata.
This commit is contained in:
Dario Sassi
2024-02-02 16:18:55 +01:00
parent 56d7726a58
commit b5a74807ef
-3
View File
@@ -263,11 +263,8 @@ void Earcut<N>::earcutLinked(Node* ear, int pass) {
Node* prev;
Node* next;
int iterations = 0;
// iterate through ears, slicing them one by one
while (ear->prev != ear->next) {
iterations++;
prev = ear->prev;
next = ear->next;