Path: source typo fix

This commit is contained in:
luz.paz
2018-01-15 21:05:03 -05:00
parent 9a215440b8
commit 2009f9a611
3 changed files with 3 additions and 3 deletions

View File

@@ -440,7 +440,7 @@ void cStock::AddQuad(Point3D & p1, Point3D & p2, Point3D & p3, Point3D & p4, std
facets.push_back(facet);
}
void cStock::Tesselate(Mesh::MeshObject & meshOuter, Mesh::MeshObject & meshInner)
void cStock::Tessellate(Mesh::MeshObject & meshOuter, Mesh::MeshObject & meshInner)
{
// reset attribs
for (int y = 0; y < m_y; y++)