This commit is contained in:
xom9kxom9k 2024-02-07 08:55:05 +04:00
parent bc02779b05
commit adedfc6bd1

View File

@ -144,7 +144,10 @@ public class DrawingSeaplane
return false;
}
}
/// <summary>
/// Прорисовка объекта
/// </summary>
/// <param name="g"></param>
public void DrawTransport(Graphics g)
{
if (EntitySeaplane == null || !_startPosX.HasValue || !_startPosY.HasValue)