2
0
Fork 0

-One liner fix for crash, line was removed accidentally.

2.0
Juan Linietsky 2014-10-07 10:25:30 +07:00
parent 0fa94a9690
commit 3cf6a6fa8c
1 changed files with 2 additions and 0 deletions

@ -104,6 +104,8 @@ Node *PackedScene::instance(bool p_gen_edit_state) const {
}
}
node = obj->cast_to<Node>();
}