mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 17:46:11 +00:00
c080ec5da2
The crash happens further down when setting an invalid owner in `Node::_set_owner_nocheck` but I couldn't figure out how to fix it. But here the proper fix is to catch the invalid scene file early on and fail loading it. Part of #17372.