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:
authorSergey Sharybin <sergey@blender.org>2022-07-19 16:27:20 +0300
committerSergey Sharybin <sergey@blender.org>2022-07-19 16:27:20 +0300
commit95fd7c3679566e87ceff7a6df8b24a8da33534ab (patch)
treed382120ddbc18dc8e294fb8bbae1adefd2237358 /source/blender/depsgraph/intern/depsgraph.h
parentbc6b612d8b673a6dcfce110466cd8e924103fb1d (diff)
Depsgraph: Cleanup, Make variable less ambiguous and more clear
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index fc24e98acb7..33d97e4b8b2 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -89,7 +89,7 @@ struct Depsgraph {
TimeSourceNode *time_source;
/* Indicates whether relations needs to be updated. */
- bool need_update;
+ bool need_update_relations;
/* Indicated whether IDs in this graph are to be tagged as if they first appear visible, with
* an optional tag for their animation (time) update. */