Cleanup: comment

This commit is contained in:
Dalai Felinto 2018-06-26 11:05:59 +02:00
parent cfb50463be
commit d6ac293bd4
1 changed files with 2 additions and 3 deletions

View File

@ -404,10 +404,9 @@ void BKE_object_free_caches(Object *object)
}
}
/* NOTE: If object ios copming from a duplicator, it might be a temporary
/* NOTE: If object is coming from a duplicator, it might be a temporary
* object created by dependency graph, which shares pointers with original
* object.
* In this case we can not free anything.
* object. In this case we can not free anything.
*/
if ((object->base_flag & BASE_FROMDUPLI) == 0) {
BKE_object_free_derived_caches(object);