Удалена ненужная карта
This commit is contained in:
parent
e46d5da591
commit
5aa2c32f02
@ -9,7 +9,6 @@ namespace AirBomber
|
||||
/// </summary>
|
||||
private MapWithSetAirplanesGeneric<DrawningObject, AbstractMap> _mapAirplanesCollectionGeneric;
|
||||
private GeneratorAirplane<EntityAirplane, IAirplaneEngines> _generatorAirplane;
|
||||
private AbstractMap? _map;
|
||||
/// <summary>
|
||||
/// Конструктор
|
||||
/// </summary>
|
||||
@ -86,7 +85,7 @@ namespace AirBomber
|
||||
dir = Direction.Right;
|
||||
break;
|
||||
}
|
||||
pictureBox.Image = _map?.MoveObject(dir) ?? pictureBox.Image;
|
||||
pictureBox.Image = _mapAirplanesCollectionGeneric?.MoveObject(dir) ?? pictureBox.Image;
|
||||
}
|
||||
/// <summary>
|
||||
/// Добавления типа двигателя и его количество в генератор
|
||||
|
Loading…
Reference in New Issue
Block a user