[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
|
|
@ -916,7 +916,7 @@ Ref<Texture2D> EditorExportPlatformWeb::get_run_icon() const {
|
|||
return run_icon;
|
||||
}
|
||||
|
||||
EditorExportPlatformWeb::EditorExportPlatformWeb() {
|
||||
void EditorExportPlatformWeb::initialize() {
|
||||
if (EditorNode::get_singleton()) {
|
||||
server.instantiate();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue