This commit is contained in:
yu.shlyapin 2025-02-18 22:39:50 +04:00
parent 16fd1c55d9
commit 9831779ba5

View File

@ -97,7 +97,7 @@ public class DrawingSimpleAircraftCarrier
} }
Pen pen = new(Color.Black); Pen pen = new(entityAircraftCarrier.PrimaryColor,5);
Point[] point = { Point[] point = {
new Point(_startPosX.Value, _startPosY.Value), new Point(_startPosX.Value, _startPosY.Value),