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
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-02-15 12:52:53 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-02-15 12:52:53 +0300
commite98ef47ed39777c7aea9ed4ed1fae294f7cd4f0f (patch)
treedaf9093f49fb93a16bc906b46fa8acb1db16b79c /source
parent5f814cb3b47df9255724e979458e05a42ed40f9a (diff)
Cleanup: Argument wrapping
Diffstat (limited to 'source')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index fd254d6ad3b..53697a8aabd 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -497,7 +497,8 @@ void deg_graph_on_visible_update(Main *bmain, Depsgraph *graph)
graph_id_tag_update(bmain,
graph,
id_node->id_orig,
- flag, DEG_UPDATE_SOURCE_VISIBILITY);
+ flag,
+ DEG_UPDATE_SOURCE_VISIBILITY);
if (id_type == ID_SCE) {
/* Make sure collection properties are up to date. */
id_node->tag_update(graph, DEG_UPDATE_SOURCE_VISIBILITY);