This commit is contained in:
Максим Егоров 2024-02-07 16:54:41 +04:00
parent ed129b7653
commit 0c3d2f3cf6

View File

@ -202,6 +202,7 @@ public class DrawingSeaplane
if (EntitySeaplane.InflatableBoat)
{
g.FillRectangle(additionalBrush, _startPosX.Value + 38, _startPosY.Value + 38, 22, 8);
}
}