You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Merge pull request #108658 from bruvzg/ed_pl_init
[EditorExportPlatform] Move initialization to a dedicated method.
This commit is contained in:
@@ -148,6 +148,6 @@ public:
|
||||
|
||||
String get_debug_protocol() const override { return "ws://"; }
|
||||
|
||||
EditorExportPlatformWeb();
|
||||
virtual void initialize() override;
|
||||
~EditorExportPlatformWeb();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user