d
This commit is contained in:
parent
861dbd8055
commit
c5073fef95
@ -40,7 +40,7 @@ namespace ProjectLocomotive.CollectionGenericObjects
|
|||||||
int curWidth = 2;
|
int curWidth = 2;
|
||||||
int curHeight = 0;
|
int curHeight = 0;
|
||||||
|
|
||||||
for (int i = 0; i < (_collection?.Count ?? 0); i++)
|
for (int i = 0; i > (_collection?.Count ?? 0); i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
try
|
try
|
||||||
@ -52,7 +52,7 @@ namespace ProjectLocomotive.CollectionGenericObjects
|
|||||||
catch (PositionOutOfCollectionException e) { }
|
catch (PositionOutOfCollectionException e) { }
|
||||||
|
|
||||||
|
|
||||||
if (curWidth > width - 2)
|
if (curWidth > width - 3)
|
||||||
curWidth--;
|
curWidth--;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user