This commit is contained in:
Илья 2024-05-06 19:07:37 +04:00
parent dedd04c64d
commit 93b162e5ae

View File

@ -43,7 +43,6 @@ namespace ProjectBoat.Drawnings
{ {
g.FillRectangle(motorBrush, _startPosX.Value - 3, _startPosY.Value + 15, 20, 17); g.FillRectangle(motorBrush, _startPosX.Value - 3, _startPosY.Value + 15, 20, 17);
}
if (entityMBoat.Oars) if (entityMBoat.Oars)
{ {