PIbd-22 Chubykina P.P. LabWork_05 #8

Closed
chubykina_polina wants to merge 9 commits from LabWork_05 into LabWork_04
Showing only changes of commit edc908eb30 - Show all commits

View File

@ -135,7 +135,6 @@ namespace Sailboat.Generics
int width = _pictureWidth / _placeSizeWidth;
boat._pictureWidth = _pictureWidth;
boat._pictureHeight = _pictureHeight;
int width = _pictureWidth / _placeSizeWidth;
boat.SetPosition(i % width * _placeSizeWidth, i / width * _placeSizeHeight);
boat.DrawTransport(g);
}