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/app
parent6193c47c39dc72472f4b83b3e3c875103c31e5b6 (diff)
spelling cleanup: tesselate -> tessellate (last of these found)
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/cycles_xml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/app/cycles_xml.cpp b/intern/cycles/app/cycles_xml.cpp
index 283bdf52e03..b93f61b98d5 100644
--- a/intern/cycles/app/cycles_xml.cpp
+++ b/intern/cycles/app/cycles_xml.cpp
@@ -678,7 +678,7 @@ static void xml_read_mesh(const XMLReadState& state, pugi::xml_node node)
//dsplit.dicing_rate = 5.0f;
dsplit.dicing_rate = state.dicing_rate;
xml_read_float(&dsplit.dicing_rate, node, "dicing_rate");
- sdmesh.tesselate(&dsplit, false, mesh, shader, smooth);
+ sdmesh.tessellate(&dsplit, false, mesh, shader, smooth);
}
else {
/* create vertices */