done fix setgeneric

This commit is contained in:
ValAnn 2023-10-13 08:36:55 +04:00
parent 120ac79ab3
commit b785e9b65a

View File

@ -50,7 +50,7 @@ namespace DumpTruck.Generics
return null;
if (_places[position] != null)
{
int indexEnd = position;
int indexEnd = position + 1;
while (_places[indexEnd] != null)
{
indexEnd++;