GDExtension: Call startup callback only after reload is fully finished

This commit is contained in:
David Snopek 2025-08-04 12:44:48 -05:00
parent c81fd6c512
commit 92d9227d4a
2 changed files with 11 additions and 2 deletions

View file

@ -57,6 +57,7 @@ public:
private:
LoadStatus _load_extension_internal(const Ref<GDExtension> &p_extension, bool p_first_load);
void _finish_load_extension(const Ref<GDExtension> &p_extension);
LoadStatus _unload_extension_internal(const Ref<GDExtension> &p_extension);
#ifdef TOOLS_ENABLED