mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #110485 from bruvzg/aemb_dtr
Fix iOS/visionOS export plugin crash on exit.
This commit is contained in:
@@ -47,6 +47,9 @@ void EditorExportPlatformIOS::initialize() {
|
||||
}
|
||||
|
||||
EditorExportPlatformIOS::~EditorExportPlatformIOS() {
|
||||
#ifdef MACOS_ENABLED
|
||||
_stop_remote_device_poller_thread();
|
||||
#endif
|
||||
}
|
||||
|
||||
void EditorExportPlatformIOS::get_export_options(List<ExportOption> *r_options) const {
|
||||
|
||||
Reference in New Issue
Block a user