Files
FlaxEngine/Source/Engine/Core
Michael Herzog 00f9a28729 Fixed HashSet compaction count after mid-compact growth
Ensure HashSetBase::Compact() preserves _elementsCount even when EnsureCapacity() triggers during compaction. The growth path resets the counter; we now cache the original count and restore it after moving all buckets so Count() stays correct in heavy-collision scenarios.
2025-11-28 15:51:57 +01:00
..
2025-11-06 21:00:16 +01:00
2021-08-26 17:27:38 +02:00
2025-06-06 11:19:32 +02:00