fix: Fixes ref list infinite loop (#1142)
This commit is contained in:
parent
b4d4706c90
commit
946a2acabf
1 changed files with 1 additions and 1 deletions
|
|
@ -1116,7 +1116,7 @@ public ref struct PooledRefList<T>
|
||||||
{
|
{
|
||||||
ThrowEnumerationNotStartedOrEnded();
|
ThrowEnumerationNotStartedOrEnded();
|
||||||
}
|
}
|
||||||
return Current;
|
return _current;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue