Правочки
This commit is contained in:
parent
7bdefd69c1
commit
e1257a26e4
@ -21,8 +21,7 @@ namespace Liner.MovingStrategies
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (_drawingLiner == null || _drawingLiner.EntityLiner ==
|
if (_drawingLiner == null || _drawingLiner.EntityLiner == null)
|
||||||
null)
|
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@ -36,5 +35,4 @@ namespace Liner.MovingStrategies
|
|||||||
public void MoveObject(DirectionType direction) =>
|
public void MoveObject(DirectionType direction) =>
|
||||||
_drawingLiner?.MoveTransport(direction);
|
_drawingLiner?.MoveTransport(direction);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user