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>2016-07-14 19:36:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-14 19:39:45 +0300
commit83435182720fa815194f7aed90cdf4ad81f50a81 (patch)
treefe6d03e1703258f2d06ab04ca45873e04d62dbad /intern/cycles/render
parent39dee8a201040ad32a239ea749b6ae838f32da72 (diff)
Cleanup: comment blocks
Diffstat (limited to 'intern/cycles/render')
-rw-r--r--intern/cycles/render/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/object.cpp b/intern/cycles/render/object.cpp
index ff1f678c2d2..662d87e8b6b 100644
--- a/intern/cycles/render/object.cpp
+++ b/intern/cycles/render/object.cpp
@@ -184,7 +184,7 @@ void Object::apply_transform(bool apply_to_motion)
}
/* tfm is not reset to identity, all code that uses it needs to check the
- transform_applied boolean */
+ * transform_applied boolean */
}
void Object::tag_update(Scene *scene)