[Bf-blender-cvs] [4b9b9dbf934] master: Depsgraph: Fix DEG_id_type_tag comment

Dalai Felinto noreply at git.blender.org
Thu Nov 30 11:53:25 CET 2017


Commit: 4b9b9dbf9348ea0a4983d1907dac1ace4c268517
Author: Dalai Felinto
Date:   Thu Nov 30 08:53:11 2017 -0200
Branches: master
https://developer.blender.org/rB4b9b9dbf9348ea0a4983d1907dac1ace4c268517

Depsgraph: Fix DEG_id_type_tag 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 5adcb3a11b3..798af90f9ed 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -251,7 +251,7 @@ void DEG_id_tag_update_ex(Main *bmain, ID *id, short flag)
 #endif
 }
 
-/* Tag given ID type for update. */
+/* Tag given ID type as updated. */
 void DEG_id_type_tag(Main *bmain, short idtype)
 {
 	if (idtype == ID_NT) {



More information about the Bf-blender-cvs mailing list