Fix errors
This commit is contained in:
parent
ce06922fd7
commit
016dca5d0b
@ -418,7 +418,7 @@ namespace Toolbox.Library
|
|||||||
|
|
||||||
for (int v = 0; v < f.Count; v += 3)
|
for (int v = 0; v < f.Count; v += 3)
|
||||||
{
|
{
|
||||||
if (f.Count <= i + 2)
|
if (f.Count <= v + 2)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
Vertex v1 = Shapes[s].vertices[f[v]];
|
Vertex v1 = Shapes[s].vertices[f[v]];
|
||||||
|
Loading…
Reference in New Issue
Block a user