Fixed properly not save signals that already exist in their base scenes, closes #5656
This commit is contained in:
parent
9de33e18f1
commit
0988970c1f
6 changed files with 36 additions and 31 deletions
|
|
@ -1573,7 +1573,7 @@ void EditorExportPlatformAndroid::_device_poll_thread(void *ud) {
|
|||
String dp;
|
||||
|
||||
Error err = OS::get_singleton()->execute(adb,args,true,NULL,&dp,&ec);
|
||||
print_line("RV: "+itos(ec));
|
||||
|
||||
Vector<String> props = dp.split("\n");
|
||||
String vendor;
|
||||
String device;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue