forked from mirror/DotRecast
Compare commits
No commits in common. "2cf9d9de188990c748ecf16452034e820ae78066" and "0876d3adcf73ce34d7dbfcfe7f9d9b71638dfa07" have entirely different histories.
2cf9d9de18
...
0876d3adcf
|
@ -80,7 +80,6 @@ namespace DotRecast.Detour.Crowd
|
||||||
if (!_items.TryGetValue(key, out var ids))
|
if (!_items.TryGetValue(key, out var ids))
|
||||||
{
|
{
|
||||||
ids = _listPool.Get();
|
ids = _listPool.Get();
|
||||||
ids.Clear();
|
|
||||||
_items.Add(key, ids);
|
_items.Add(key, ids);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue