Удаление пустой строки
This commit is contained in:
parent
6da1444518
commit
56b0d0de6f
@ -18,9 +18,9 @@ namespace WarmlyLocomotive
|
||||
/// </summary>
|
||||
private readonly Dictionary<string, AbstractMap> _mapsDict = new()
|
||||
{
|
||||
{ "Простая карта", new SimpleMap() },
|
||||
{"Карта с большими барьерами", new BigBarriersMap() },
|
||||
{"Карта с круглыми барьерами", new CirclesMap() }
|
||||
{"Простая карта", new SimpleMap()},
|
||||
{"Карта с большими барьерами", new BigBarriersMap()},
|
||||
{"Карта с круглыми барьерами", new CirclesMap()}
|
||||
};
|
||||
/// <summary>
|
||||
/// Объект от коллекции карт
|
||||
@ -45,7 +45,6 @@ namespace WarmlyLocomotive
|
||||
private void ReloadMaps()
|
||||
{
|
||||
int index = listBoxMaps.SelectedIndex;
|
||||
|
||||
listBoxMaps.Items.Clear();
|
||||
for (int i = 0; i < _mapsCollection.Keys.Count; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user