Added clear

This commit is contained in:
wrenge 2024-11-13 14:20:38 +03:00
parent 1fa0320845
commit d2082c6586
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ namespace DotRecast.Detour.Crowd
if (!_items.TryGetValue(key, out var ids))
{
ids = _listPool.Get();
ids.Clear();
_items.Add(key, ids);
}