Fix compilation error: too few arguments to function call.

D2492 by @tomjpsun.
This commit is contained in:
Kévin Dietrich 2017-01-31 06:59:11 +01:00
parent d07e2416db
commit a928a9c1e1
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ void BKE_object_make_local_ex(Main *bmain, Object *ob, const bool lib_local, con
if (lib_local || is_local) {
if (!is_lib) {
id_clear_lib_data(bmain, &ob->id);
BKE_id_expand_local(&ob->id);
BKE_id_expand_local(bmain, &ob->id);
if (clear_proxy) {
if (ob->proxy_from != NULL) {
ob->proxy_from->proxy = NULL;