We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6366ea + 1e64bd7 commit 1b4472dCopy full SHA for 1b4472d
SuperBMDLib/source/Geometry/Shape.cs
@@ -79,7 +79,7 @@ public void ProcessVerticesWithoutWeights(Mesh mesh, VertexData vertData)
79
80
foreach (Face face in mesh.Faces)
81
{
82
- for (int i = 2; i > 0; i--)
+ for (int i = 2; i >= 0; i--)
83
84
Vertex vert = new Vertex();
85
0 commit comments