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:
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_physics.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_physics.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_physics.cc b/source/blender/depsgraph/intern/depsgraph_physics.cc
index d26ba845dd5..fb14c020f81 100644
--- a/source/blender/depsgraph/intern/depsgraph_physics.cc
+++ b/source/blender/depsgraph/intern/depsgraph_physics.cc
@@ -53,7 +53,7 @@ ListBase *DEG_get_effector_relations(const Depsgraph *graph,
return NULL;
}
- return (ListBase*)BLI_ghash_lookup(deg_graph->effector_relations, collection);
+ return (ListBase *)BLI_ghash_lookup(deg_graph->effector_relations, collection);
}
/*********************** Internal API ************************/