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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-09-24 16:39:42 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-24 16:55:02 +0300
commit8008cdac2ec52151cc39660c5393936f08cfe51e (patch)
tree4c3dd8071ade0505cbcf6ee7930a6ff1900dfc51 /source/blender/depsgraph/intern/depsgraph_tag.cc
parenta7c96a7aa6b5496213ccf02af14b48d9d8ddadea (diff)
Depsgraph: Cleanup, spelling in comment
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_tag.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index 4609cc9051a..38d8b891572 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -487,7 +487,7 @@ void deg_graph_on_visible_update(Main *bmain, Depsgraph *graph)
{
foreach (DEG::IDDepsNode *id_node, graph->id_nodes) {
if (!id_node->visible_components_mask) {
- /* ID cas no components which affects anything visible. no meed
+ /* ID has no components which affects anything visible. no meed
* bother with it to tag or anything.
*/
continue;