Небольшие правки.

This commit is contained in:
Андрей Байгулов 2023-10-29 18:50:36 +04:00
parent dea236e608
commit f75d1f1b7b

View File

@ -59,7 +59,7 @@ namespace ProjectElectricLocomotive.Generics
{
for (int j = 0; j < _pictureHeight / _placeSizeHeight +
1; ++j)
{//линия рамзетки места
{
g.DrawLine(pen, i * _placeSizeWidth, j *
_placeSizeHeight, i * _placeSizeWidth + _placeSizeWidth / 2, j *
_placeSizeHeight);