поправки
This commit is contained in:
parent
fa6ac61b63
commit
97aaff1ca7
@ -24,7 +24,6 @@ namespace Stormtrooper
|
||||
/// Объект от коллекции карт
|
||||
/// </summary>
|
||||
private readonly MapCollection _mapCollection;
|
||||
private MapWithSetAirplaneGeneric<DrawningObject, AbstractMap> _mapAirsCollectionGeneric;
|
||||
public FormMapWithSetAirplane()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
@ -167,7 +167,6 @@ namespace Stormtrooper
|
||||
int currentWidth = width - 1;
|
||||
int currentHeight = 0;
|
||||
|
||||
int i = 0;
|
||||
foreach (var air in _setAirs.GetAirs())
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user