правки лабы
This commit is contained in:
parent
cdcfa04572
commit
edc908eb30
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user