From 0c3d2f3cf612e8821440727ad852cef4423e3d6b Mon Sep 17 00:00:00 2001 From: RedFox245 Date: Wed, 7 Feb 2024 16:54:41 +0400 Subject: [PATCH] 14 --- Seaplane/DrawingSeaplane.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Seaplane/DrawingSeaplane.cs b/Seaplane/DrawingSeaplane.cs index bb2b596..3b6c748 100644 --- a/Seaplane/DrawingSeaplane.cs +++ b/Seaplane/DrawingSeaplane.cs @@ -202,6 +202,7 @@ public class DrawingSeaplane if (EntitySeaplane.InflatableBoat) { g.FillRectangle(additionalBrush, _startPosX.Value + 38, _startPosY.Value + 38, 22, 8); + } }