поправки
This commit is contained in:
parent
e89ac835fb
commit
91bc1f753b
@ -24,7 +24,6 @@ namespace Stormtrooper
|
||||
/// Объект от коллекции карт
|
||||
/// </summary>
|
||||
private readonly MapCollection _mapCollection;
|
||||
private MapWithSetAirplaneGeneric<DrawningObject, AbstractMap> _mapAirsCollectionGeneric;
|
||||
public FormMapWithSetAirplane()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
@ -186,7 +186,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