Make EntryTable<T>.TryAllocate set entry to default

This commit is contained in:
FICTURE7 2021-04-13 14:55:50 +04:00
parent adb1dac60b
commit a9e56d0a89

View file

@ -51,6 +51,8 @@ namespace ARMeilleure.Common
_allocated.Set(index);
GetValue(index) = default;
return true;
}
}