This commit is contained in:
Дима 2024-08-30 02:53:02 +04:00
parent 73cb47152d
commit 59ffff15f0

View File

@ -47,7 +47,7 @@ namespace ProjectLocomotive.CollectionGenericObjects
_collection.Get(i).SetPosition(_placeSizeWidth * curWidth + 10, curHeight * _placeSizeHeight + 10); _collection.Get(i).SetPosition(_placeSizeWidth * curWidth + 10, curHeight * _placeSizeHeight + 10);
} }
if (curWidth > width - 2) if (curWidth > width - 3)
curWidth--; curWidth--;
else else
{ {