You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix suspicious | and + operators
This commit is contained in:
@@ -337,7 +337,7 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
|
||||
Vector<String> props = dp.split("\n");
|
||||
String vendor;
|
||||
String device;
|
||||
d.description + "Device ID: " + d.id + "\n";
|
||||
d.description = "Device ID: " + d.id + "\n";
|
||||
d.api_level = 0;
|
||||
for (int j = 0; j < props.size(); j++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user