Исправление

This commit is contained in:
ChipsEater 2022-10-11 15:50:41 +04:00
parent 83e4d9574f
commit caa08f5e24

View File

@ -177,7 +177,6 @@ namespace Artilleries
break; break;
} }
pictureBoxArtilleries.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].MoveObject(dir); pictureBoxArtilleries.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].MoveObject(dir);
} }
} }
} }