mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Merge pull request #83239 from Daylily-Zeleen/Fixs-missing-editor-singletons-when-dump-extension-api
Fix missing editor singletons when dumping extension api
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user