This commit is contained in:
Дима 2024-05-21 12:33:37 +04:00
parent 56cce9450e
commit 884f269e7c

View File

@ -38,10 +38,6 @@ namespace ProjectBoat.Drawnings
Pen pen2 = new(Color.Black, 2);
Brush Brush = new SolidBrush(entityMBoat.AdditionalColor);
g.FillRectangle(Brush, _startPosX.Value + 25, _startPosY.Value + 10, 80, 30);
g.DrawRectangle(pen2, _startPosX.Value + 25, _startPosY.Value + 10, 80, 30);
base.DrawTransport(g);