Fix error in last commit

This commit is contained in:
Campbell Barton 2014-04-17 20:02:56 +10:00
parent 88ae0be1c4
commit ef365aaa37
1 changed files with 2 additions and 0 deletions

View File

@ -785,8 +785,10 @@ void BKE_scene_unlink(Main *bmain, Scene *sce, Scene *newsce)
switch (space_link->spacetype) {
case SPACE_NODE:
scene_unlink_space_node((SpaceNode *)space_link, sce);
break;
case SPACE_BUTS:
scene_unlink_space_buts((SpaceButs *)space_link, sce);
break;
}
}
}