mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix iOS/visionOS export plugin crash on exit.
This commit is contained in:
parent
9edc290328
commit
906aff5331
4 changed files with 13 additions and 6 deletions
|
|
@ -43,6 +43,9 @@ EditorExportPlatformVisionOS::EditorExportPlatformVisionOS() :
|
|||
}
|
||||
|
||||
EditorExportPlatformVisionOS::~EditorExportPlatformVisionOS() {
|
||||
#ifdef MACOS_ENABLED
|
||||
_stop_remote_device_poller_thread();
|
||||
#endif
|
||||
}
|
||||
|
||||
void EditorExportPlatformVisionOS::get_export_options(List<ExportOption> *r_options) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue