Fix missing break in libblock relink

This commit is contained in:
2016-07-19 10:23:51 +10:00
parent 3948f65686
commit 95da68822b
2 changed files with 2 additions and 0 deletions

View File

@@ -641,6 +641,7 @@ void BKE_libblock_relink_ex(
libblock_remap_data_postprocess_group_scene_unlink(bmain, sce, NULL);
}
}
break;
}
case ID_OB:
if (new_id) { /* Only affects us in case obdata was relinked (changed). */

View File

@@ -1092,6 +1092,7 @@ void ui_icon_ensure_deferred(const bContext *C, const int icon_id, const bool bi
ui_id_preview_image_render_size(C, NULL, id, prv, size, true);
}
}
break;
}
}
}