измениия

This commit is contained in:
xom9kxom9k 2024-03-04 16:51:46 +04:00
parent d1e7e3449d
commit 87fb777d7f

View File

@ -236,10 +236,10 @@ public class DrawningAntiAircraftGun
if (EntityAntiAircraftGun.Radar) if (EntityAntiAircraftGun.Radar)
{ {
g.DrawLine(pen, _startPosX.Value + 20, _startPosY.Value + 65, _startPosX.Value + 20, _startPosY.Value + 40); g.DrawLine(pen, _startPosX.Value + 20, _startPosY.Value + 65, _startPosX.Value + 20, _startPosY.Value + 40);
g.FillRectangle(additionalBrush, _startPosX.Value + 10, _startPosY.Value + 40, 20, 20); g.FillRectangle(additionalBrush, _startPosX.Value + 10, _startPosY.Value + 20, 20, 20);
g.DrawRectangle(pen, _startPosX.Value + 10, _startPosY.Value + 40, 20, 20); g.DrawRectangle(pen, _startPosX.Value + 10, _startPosY.Value + 20, 20, 20);
} }
} }
} }