Merge branch 'master' into blender2.8

This commit is contained in:
2018-09-03 15:33:07 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1365,6 +1365,7 @@ void cloth_find_point_contacts(Depsgraph *depsgraph, Object *ob, ClothModifierDa
if (!collobjs) {
*r_collider_contacts = NULL;
*r_totcolliders = 0;
BLI_bvhtree_free(cloth_bvh);
return;
}