mirror of
https://github.com/godotengine/godot.git
synced 2025-01-09 19:41:36 +00:00
-One liner fix for crash, line was removed accidentally.
This commit is contained in:
parent
0fa94a9690
commit
3cf6a6fa8c
@ -104,6 +104,8 @@ Node *PackedScene::instance(bool p_gen_edit_state) const {
|
||||
}
|
||||
}
|
||||
|
||||
node = obj->cast_to<Node>();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user