done fix setgeneric
This commit is contained in:
parent
120ac79ab3
commit
b785e9b65a
@ -50,7 +50,7 @@ namespace DumpTruck.Generics
|
|||||||
return null;
|
return null;
|
||||||
if (_places[position] != null)
|
if (_places[position] != null)
|
||||||
{
|
{
|
||||||
int indexEnd = position;
|
int indexEnd = position + 1;
|
||||||
while (_places[indexEnd] != null)
|
while (_places[indexEnd] != null)
|
||||||
{
|
{
|
||||||
indexEnd++;
|
indexEnd++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user