Karamushko M.K. lab1_base #2
@ -27,7 +27,6 @@ namespace AirFighter
|
||||
|
||||
public void SetPosition(int x, int y, int width, int height)
|
||||
{
|
||||
о
|
||||
if (width < _airFighterWidth || height < _airFighterHeight) return;
|
||||
|
||||
if (_startPosX + _airFighterWidth > _pictureWidth) return;
|
||||
|
Loading…
Reference in New Issue
Block a user