Refactor HashSet to support custom allocator

This commit is contained in:
Wojciech Figat
2022-04-19 17:14:29 +02:00
parent a6c14bd986
commit c53a463bb1
5 changed files with 204 additions and 238 deletions

View File

@@ -83,7 +83,7 @@ void Animation::ClearCache()
// Free memory
MappingCache.Clear();
MappingCache.Cleanup();
MappingCache.SetCapacity(0);
}
const Animation::NodeToChannel* Animation::GetMapping(SkinnedModel* obj)