mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Fix lint error/warning while building android template
This commit is contained in:
parent
0cff752be1
commit
b385a4b053
83 changed files with 6286 additions and 7105 deletions
|
|
@ -1564,7 +1564,7 @@ public:
|
|||
_fix_resources(p_preset, data);
|
||||
}
|
||||
|
||||
if (file == "res/drawable/icon.png") {
|
||||
if (file == "res/drawable-nodpi-v4/icon.png") {
|
||||
bool found = false;
|
||||
for (unsigned int i = 0; i < sizeof(launcher_icons) / sizeof(launcher_icons[0]); ++i) {
|
||||
String icon_path = String(p_preset->get(launcher_icons[i].option_id)).strip_edges();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue