1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

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

This commit is contained in:
Juan Linietsky
2014-10-07 10:25:30 -03:00
parent 0fa94a9690
commit 3cf6a6fa8c

View File

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