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:
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_nodes.cc')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_nodes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc b/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc
index 70cf0f757bc..f2108b3ad6c 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc
@@ -554,7 +554,7 @@ void DepsgraphNodeBuilder::build_object(int base_index,
/* When there is already object in the dependency graph accumulate visibility an linked state
* flags. Only do it on the object itself (apart from very special cases) and leave dealing with
- * visibility of dependnecies to the visibility flush step which happens at the end of the build
+ * visibility of dependencies to the visibility flush step which happens at the end of the build
* process. */
if (has_object) {
IDNode *id_node = find_id_node(&object->id);