[Bf-blender-cvs] [8008cdac2ec] blender2.8: Depsgraph: Cleanup, spelling in comment

Sergey Sharybin noreply at git.blender.org
Mon Sep 24 15:58:49 CEST 2018


Commit: 8008cdac2ec52151cc39660c5393936f08cfe51e
Author: Sergey Sharybin
Date:   Mon Sep 24 15:39:42 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB8008cdac2ec52151cc39660c5393936f08cfe51e

Depsgraph: Cleanup, spelling in comment

===================================================================

M	source/blender/depsgraph/intern/depsgraph_tag.cc

===================================================================

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;



More information about the Bf-blender-cvs mailing list