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>2014-03-17 14:48:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-17 14:48:13 +0400
commit8480bb64ec7e5f367b914dc46e9c929945a6ebb0 (patch)
tree3c7a2982a001dd9efb9b99115454576906815637 /intern/cycles/app
parent930765faa81efe3894e5476a59f5f3298da54ae4 (diff)
Code cleanup: style
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 10bcbf6a63e..998531a577b 100644
--- a/intern/cycles/app/cycles_xml.cpp
+++ b/intern/cycles/app/cycles_xml.cpp
@@ -877,7 +877,7 @@ static void xml_read_mesh(const XMLReadState& state, pugi::xml_node node)
SubdParams sdparams(mesh, shader, smooth);
xml_read_float(&sdparams.dicing_rate, node, "dicing_rate");
- DiagSplit dsplit(sdparams);;
+ DiagSplit dsplit(sdparams);
sdmesh.tessellate(&dsplit);
}
else {