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.vfx@gmail.com>2019-07-04 16:15:02 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-07-05 17:06:12 +0300
commit16307d1e2ae90cc99f4809e5abd710bbc39dc167 (patch)
treec48e0b5a363b29d31d53715f4a61807aa5b614f8 /source/blender/depsgraph/DEG_depsgraph_query.h
parent97aa43c36433202ca017a90f72cd0fe579b5f4d0 (diff)
Depsgraph: Cleanup, more clear naming
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_query.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_query.h b/source/blender/depsgraph/DEG_depsgraph_query.h
index 27891acb666..e3381e79e9c 100644
--- a/source/blender/depsgraph/DEG_depsgraph_query.h
+++ b/source/blender/depsgraph/DEG_depsgraph_query.h
@@ -239,7 +239,7 @@ void DEG_foreach_dependent_ID(const Depsgraph *depsgraph,
* component which is directly on indirectly dependent on the source one. */
void DEG_foreach_dependent_ID_component(const Depsgraph *depsgraph,
const ID *id,
- eDepsObjectComponentType source_component,
+ eDepsObjectComponentType source_component_type,
DEGForeachIDComponentCallback callback,
void *user_data);