Small cleanup from previous commit by Danrae Pray (@spockTheGray)

I (Dalai) messed up the git author from previous commit (68fdcf07a1).
So this is a follow up on that, properly credited.
This commit is contained in:
Danrae Pray 2017-12-04 07:49:44 -02:00 committed by Dalai Felinto
parent 68fdcf07a1
commit a1df65c9dd
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ static int collection_delete_exec(bContext *C, wmOperator *UNUSED(op))
{
Scene *scene = CTX_data_scene(C);
SpaceOops *soops = CTX_wm_space_outliner(C);
struct CollectionDeleteData data = {.scene = scene, .soops = soops };
struct CollectionDeleteData data = {.scene = scene, .soops = soops};
data.collections_to_delete = BLI_gset_ptr_new(__func__);