mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Ignore invalid device for Android
(cherry picked from commit 3a2d707697)
This commit is contained in:
@@ -345,8 +345,7 @@ class EditorExportAndroid : public EditorExportPlatform {
|
||||
}
|
||||
|
||||
d.name = vendor + " " + device;
|
||||
//print_line("name: "+d.name);
|
||||
//print_line("description: "+d.description);
|
||||
if (device == String()) continue;
|
||||
}
|
||||
|
||||
ndevices.push_back(d);
|
||||
|
||||
Reference in New Issue
Block a user