[Bf-blender-cvs] [c795309c033] blender2.8: Depsgraph Cleanup, spelling

Sergey Sharybin noreply at git.blender.org
Fri Dec 15 17:24:22 CET 2017


Commit: c795309c0332605f716ba53074913b62c0e5b7e9
Author: Sergey Sharybin
Date:   Fri Dec 15 15:14:00 2017 +0100
Branches: blender2.8
https://developer.blender.org/rBc795309c0332605f716ba53074913b62c0e5b7e9

Depsgraph Cleanup, spelling

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

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 f2071356150..ccec81e0c33 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -133,7 +133,7 @@ void lib_id_recalc_tag_flag(Main *bmain, ID *id, int flag)
 /* Special tagging  */
 void id_tag_update_special_zero_flag(Depsgraph *graph, IDDepsNode *id_node)
 {
-	/* NOTE: Full ID node update for now, need to minimize that i9n the future. */
+	/* NOTE: Full ID node update for now, need to minimize that in the future. */
 	id_node->tag_update(graph);
 }



More information about the Bf-blender-cvs mailing list