final final fix
This commit is contained in:
parent
5e582dca90
commit
b965721782
@ -55,7 +55,7 @@ namespace Airbus
|
|||||||
if (_startPosX + _airbusWidth + airbus.Step - 6 < _pictureWidth) _startPosX += airbus.Step;
|
if (_startPosX + _airbusWidth + airbus.Step - 6 < _pictureWidth) _startPosX += airbus.Step;
|
||||||
break;
|
break;
|
||||||
case Direction.Down: //Вниз
|
case Direction.Down: //Вниз
|
||||||
if (_startPosY + _airbusHeight + airbus.Step < _pictureHeight) _startPosY += airbus.Step;
|
if (_startPosY + _airbusHeight + airbus.Step + 25 < _pictureHeight) _startPosY += airbus.Step;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user