небольшие изменения

This commit is contained in:
Ivan_Starostin 2023-12-22 19:48:22 +04:00
parent 517c33d45d
commit df8dc0a9cb

View File

@ -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);