Удаление пустой строки

This commit is contained in:
Danil Malin 2022-10-11 12:21:34 +04:00
parent e672312abc
commit 50c261a24c

View File

@ -192,7 +192,6 @@ namespace WarmlyLocomotive
T locomotive = _setLocomotives.Get(i);
locomotive.SetObject(xForLocomotive, yForLocomotive, _pictureWidth, _pictureHeight);
locomotive.DrawningObject(g);
}
xForLocomotive += _placeSizeWidth + 30;
countInRow++;