mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Fix crash on GDNative API json generator exit.
(cherry picked from commit a4423c82f87ad0eaa9ffc3842407d003321ac22d)
This commit is contained in:
parent
a86f5462cf
commit
575433b997
@ -39,6 +39,8 @@
|
||||
#include "core/os/os.h"
|
||||
#include "core/project_settings.h"
|
||||
|
||||
#include "main/main.h"
|
||||
|
||||
#include "scene/main/scene_tree.h"
|
||||
#include "scene/resources/resource_format_text.h"
|
||||
|
||||
@ -1055,6 +1057,7 @@ void NativeScriptLanguage::init() {
|
||||
if (generate_c_api(E->next()->get()) != OK) {
|
||||
ERR_PRINT("Failed to generate C API\n");
|
||||
}
|
||||
Main::cleanup(true);
|
||||
exit(0);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user