This commit is contained in:
parent
37263081db
commit
443139d785
|
@ -178,6 +178,9 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
|
|||
break;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
var _unmannedAerialVehicle = unmannedAerialVehicles.FindAll(x => x != null && x.gameObject.activeSelf);
|
||||
if (_unmannedAerialVehicle.Count == 0)
|
||||
{
|
||||
|
@ -195,9 +198,6 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///上传日志
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue