Fix missing break in libblock relink
This commit is contained in:
@@ -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). */
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user