поправки

This commit is contained in:
ker73rus 2022-11-29 08:55:47 +04:00
parent 577de84cd5
commit ee654db0fe
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ namespace Stormtrooper
/// Объект от коллекции карт
/// </summary>
private readonly MapCollection _mapCollection;
private MapWithSetAirplaneGeneric<DrawningObject, AbstractMap> _mapAirsCollectionGeneric;
public FormMapWithSetAirplane()
{
InitializeComponent();

View File

@ -167,7 +167,6 @@ namespace Stormtrooper
int currentWidth = width - 1;
int currentHeight = 0;
int i = 0;
foreach (var air in _setAirs.GetAirs())
{