1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix iOS/visionOS export plugin crash on exit.

This commit is contained in:
Pāvels Nadtočajevs
2025-09-13 11:22:40 +03:00
parent 9edc290328
commit 906aff5331
4 changed files with 13 additions and 6 deletions

View File

@@ -43,6 +43,9 @@ EditorExportPlatformIOS::EditorExportPlatformIOS() :
}
EditorExportPlatformIOS::~EditorExportPlatformIOS() {
#ifdef MACOS_ENABLED
_stop_remote_device_poller_thread();
#endif
}
void EditorExportPlatformIOS::get_export_options(List<ExportOption> *r_options) const {