Gaah, managed to undo a previous fix somehow...

Somehow undid rBc70eb873057 in rB8e303aae255.
This commit is contained in:
Julian Eisel
2017-03-10 16:03:50 +01:00
parent 989632417b
commit 13f5bed32e

View File

@@ -1300,7 +1300,7 @@ static void outliner_layer_collections_reorder(
BKE_layer_collection_move_below(scene, lc_handle, lc_insert);
}
else if (action == TE_INSERT_INTO) {
BKE_layer_collection_move_into(scene, lc_insert, lc_handle);
BKE_layer_collection_move_into(scene, lc_handle, lc_insert);
}
else {
BLI_assert(0);