mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[EditorExportPlatform] Move initialization to a dedicated method.
This commit is contained in:
parent
7c472e655f
commit
f20e5152ad
21 changed files with 56 additions and 31 deletions
|
|
@ -127,6 +127,7 @@ void EditorExport::_bind_methods() {
|
|||
}
|
||||
|
||||
void EditorExport::add_export_platform(const Ref<EditorExportPlatform> &p_platform) {
|
||||
p_platform->initialize();
|
||||
export_platforms.push_back(p_platform);
|
||||
|
||||
should_update_presets = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue