Better fix for duplicate objects not moving them

(original fix on 51a977a86f)
This commit is contained in:
Dalai Felinto
2017-05-04 00:21:28 +02:00
parent b1858b4d2f
commit e87ddda149

View File

@@ -791,9 +791,6 @@ static void layer_collection_object_add(SceneLayer *sl, LayerCollection *lc, Obj
if (is_selectable) {
base->flag |= BASE_SELECTABLED;
}
if (ob->base_flag) {
base->flag |= BASE_SELECTED;
}