11
This commit is contained in:
parent
bc02779b05
commit
adedfc6bd1
@ -144,7 +144,10 @@ public class DrawingSeaplane
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/// <summary>
|
||||||
|
/// Прорисовка объекта
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="g"></param>
|
||||||
public void DrawTransport(Graphics g)
|
public void DrawTransport(Graphics g)
|
||||||
{
|
{
|
||||||
if (EntitySeaplane == null || !_startPosX.HasValue || !_startPosY.HasValue)
|
if (EntitySeaplane == null || !_startPosX.HasValue || !_startPosY.HasValue)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user