mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 14:13:10 +00:00
Merge pull request #22350 from volzhs/ignore-invalid-device
Ignore invalid device for Android
This commit is contained in:
commit
2613e59f59
@ -344,6 +344,7 @@ class EditorExportAndroid : public EditorExportPlatform {
|
||||
}
|
||||
|
||||
d.name = vendor + " " + device;
|
||||
if (device == String()) continue;
|
||||
}
|
||||
|
||||
ndevices.push_back(d);
|
||||
|
Loading…
Reference in New Issue
Block a user