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