mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Fix missing editor singletons when dump extension api
This commit is contained in:
parent
ee118e7ffd
commit
fee3b85a2b
@ -2960,6 +2960,7 @@ bool Main::start() {
|
||||
}
|
||||
|
||||
if (dump_extension_api) {
|
||||
Engine::get_singleton()->set_editor_hint(true); // "extension_api.json" should always contains editor singletons.
|
||||
GDExtensionAPIDump::generate_extension_json_file("extension_api.json", include_docs_in_extension_api_dump);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user