You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix iOS/visionOS export plugin crash on exit.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user