From e98ef47ed39777c7aea9ed4ed1fae294f7cd4f0f Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 15 Feb 2019 10:52:53 +0100 Subject: Cleanup: Argument wrapping --- source/blender/depsgraph/intern/depsgraph_tag.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source') 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); -- cgit v1.2.3