1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Merge pull request #110485 from bruvzg/aemb_dtr

Fix iOS/visionOS export plugin crash on exit.
This commit is contained in:
Rémi Verschelde
2025-10-13 07:35:19 +02:00
committed by GitHub
4 changed files with 13 additions and 6 deletions

View File

@@ -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 {