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