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;
|
||||
break;
|
||||
case Direction.Down: //Вниз
|
||||
if (_startPosY + _airbusHeight + airbus.Step < _pictureHeight) _startPosY += airbus.Step;
|
||||
if (_startPosY + _airbusHeight + airbus.Step + 25 < _pictureHeight) _startPosY += airbus.Step;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user