You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix missing editor singletons when dump extension api
This commit is contained in:
@@ -2960,6 +2960,7 @@ bool Main::start() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (dump_extension_api) {
|
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);
|
GDExtensionAPIDump::generate_extension_json_file("extension_api.json", include_docs_in_extension_api_dump);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user