Karamushko M.K. lab1_base #2

Merged
eegov merged 4 commits from lab1_base into master 2022-10-07 09:38:44 +04:00
Showing only changes of commit 372af42b19 - Show all commits

View File

@ -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;