Fix T51750: Group selection broken

This was introduced in 23c93873f4.

This could be moved to deg_flush_base_flags_and_settings but since we
only need this for duplis I think it's fine to be handled separately.
This commit is contained in:
Dalai Felinto
2017-06-08 18:58:10 +02:00
parent 9bcc44d505
commit 484e3527d1

View File

@@ -161,6 +161,7 @@ static bool deg_objects_dupli_iterator_next(BLI_Iterator *iter)
/* Temporary object to evaluate. */
data->temp_dupli_object = *dob->ob;
copy_m4_m4(data->temp_dupli_object.obmat, dob->mat);
data->temp_dupli_object.select_color = data->base->object->select_color;
deg_flush_base_flags_and_settings(&data->temp_dupli_object,
data->base,