Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-21 02:56:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-21 02:56:26 +0400
commit303cecf1398c0049df515aba3898883d8cdc81d5 (patch)
tree888e575fcc1932bd9121594221272174fad177ea /intern/cycles/subd/subd_mesh.cpp
parent6193c47c39dc72472f4b83b3e3c875103c31e5b6 (diff)
spelling cleanup: tesselate -> tessellate (last of these found)
Diffstat (limited to 'intern/cycles/subd/subd_mesh.cpp')
-rw-r--r--intern/cycles/subd/subd_mesh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/subd/subd_mesh.cpp b/intern/cycles/subd/subd_mesh.cpp
index 3e6e0de48ea..becd5b9b5ec 100644
--- a/intern/cycles/subd/subd_mesh.cpp
+++ b/intern/cycles/subd/subd_mesh.cpp
@@ -285,7 +285,7 @@ void SubdMesh::link_boundary_edge(SubdEdge *edge)
edge->vert->edge = edge;
}
-void SubdMesh::tesselate(DiagSplit *split, bool linear, Mesh *mesh, int shader, bool smooth)
+void SubdMesh::tessellate(DiagSplit *split, bool linear, Mesh *mesh, int shader, bool smooth)
{
SubdBuilder *builder = SubdBuilder::create(linear);
int num_faces = faces.size();