ы
This commit is contained in:
parent
56cce9450e
commit
884f269e7c
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user