1
0
mirror of synced 2024-11-30 18:24:39 +01:00

Fix errors

This commit is contained in:
KillzXGaming 2021-04-19 19:03:50 -04:00 committed by GitHub
parent ce06922fd7
commit 016dca5d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]];