This commit is contained in:
vladimir_zinovev 2023-11-14 20:05:32 +04:00
parent 82c3809904
commit 3fde2deda2

View File

@ -119,7 +119,6 @@ namespace ProjectTank.Generics
}
g.DrawLine(pen, i * _placeSizeWidth, 0, i * _placeSizeWidth,
_pictureHeight / _placeSizeHeight * _placeSizeHeight);
}
}
/// <summary>