From 5abd129afecaa795db19eff0cc13aa1d04959f46 Mon Sep 17 00:00:00 2001 From: "safiulova.k" Date: Tue, 26 Sep 2023 17:27:00 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B8=20=D0=BE=D1=82=D1=80=D0=B8=D1=81=D0=BE=D0=B2=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Catamaran/Catamaran/DrawningCatamaran.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Catamaran/Catamaran/DrawningCatamaran.cs b/base/Catamaran/Catamaran/DrawningCatamaran.cs index 937b70f..a21f635 100644 --- a/base/Catamaran/Catamaran/DrawningCatamaran.cs +++ b/base/Catamaran/Catamaran/DrawningCatamaran.cs @@ -54,7 +54,7 @@ namespace Catamaran public bool Init(int speed, double weight, Color bodyColor, Color additionalColor, bool sail, bool floatDetail, int width, int height) { - if (width >= _pictureWidth && height >= _pictureHeight) + if (width >= _CatamaranWidth && height >= _CatamaranHeight) { _pictureWidth = width; _pictureHeight = height;