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:
authorDalai Felinto <dfelinto@gmail.com>2017-11-30 13:53:11 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-11-30 13:53:11 +0300
commit4b9b9dbf9348ea0a4983d1907dac1ace4c268517 (patch)
treea6310045faf553c842964a65baf226f0bc9caba7 /source/blender
parent28d2148b09a2d975876f4418bd5ba15ab5edea8d (diff)
Depsgraph: Fix DEG_id_type_tag comment
Diffstat (limited to 'source/blender')
-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 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) {