небольшие изменения
This commit is contained in:
parent
517c33d45d
commit
df8dc0a9cb
@ -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…
Reference in New Issue
Block a user