Added missing n increment expression
This commit is contained in:
Родитель
c1aabc7775
Коммит
83f7ef1806
|
@ -182,6 +182,8 @@ namespace SpiroNet
|
|||
// invalid input
|
||||
if (n >= spiros.Length)
|
||||
return false;
|
||||
|
||||
++n;
|
||||
}
|
||||
|
||||
if (spiros[n].Type == SpiroPointType.EndOpenContour)
|
||||
|
|
Загрузка…
Ссылка в новой задаче