You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
Ignore invalid device for Android
This commit is contained in:
@@ -344,6 +344,7 @@ class EditorExportAndroid : public EditorExportPlatform {
|
|||||||
}
|
}
|
||||||
|
|
||||||
d.name = vendor + " " + device;
|
d.name = vendor + " " + device;
|
||||||
|
if (device == String()) continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
ndevices.push_back(d);
|
ndevices.push_back(d);
|
||||||
|
|||||||
Reference in New Issue
Block a user