зафиксировал
This commit is contained in:
parent
3c945af49e
commit
0e2fe47f20
@ -110,9 +110,12 @@ namespace WarmlyShip
|
|||||||
|
|
||||||
private void DrawShips(Graphics g)
|
private void DrawShips(Graphics g)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < _setShips.Count; i++)
|
for (int i = 0; i < _setShips.Count; ++i)
|
||||||
{
|
{
|
||||||
// TODO установка позиции
|
if (_setShips.Get(i) != null )
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
_setShips.Get(i)?.DrawningObject(g);
|
_setShips.Get(i)?.DrawningObject(g);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user