PIbd-23 Starostin I.K. Lab_8 #10
@ -72,7 +72,7 @@ namespace ProjectLainer.Generics
|
||||
{
|
||||
if (lainer != null)
|
||||
{
|
||||
int inRow = _pictureWidth / _placeSizeWidth; //(inRow + 1 + (i % inRow)) * _placeSizeWidth, i / inRow * _placeSizeHeight
|
||||
int inRow = _pictureWidth / _placeSizeWidth;
|
||||
|
||||
lainer.SetPosition((inRow - 1 - (i % inRow)) * _placeSizeWidth, i / inRow * _placeSizeHeight);
|
||||
lainer.DrawTransport(g);
|
||||
|
Loading…
x
Reference in New Issue
Block a user