Lab4 #8

Closed
d.agliullov wants to merge 23 commits from Lab4 into Lab3.0
Showing only changes of commit 7e3898123b - Show all commits

View File

@ -176,7 +176,7 @@ namespace AirBomber
{
var airplane = _setAirplanes[i];
airplane?.SetObject(maxLeft - i % countInLine * _placeSizeWidth, i / countInLine * _placeSizeHeight + 3, _pictureWidth, _pictureHeight);
airplane?.DrawningObject(g);
airplane?.DrawObject(g);
}
}
}