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
commit 4219ce91f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 6 deletions

View file

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