feat: Customize expansion and set maps on first boot (#1425)
This commit is contained in:
parent
3ffe049e08
commit
a9a2a89908
45 changed files with 700 additions and 269 deletions
|
|
@ -48,7 +48,7 @@ public struct ArrayEnumerator<T> : IEnumerator<T>
|
|||
|
||||
if ((uint)_index < (uint)localList.Length)
|
||||
{
|
||||
_current = _array[_index++];
|
||||
_current = localList[_index++];
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue