Fix hot-reload

This commit is contained in:
2024-06-24 23:38:53 -04:00
parent 08932c8c99
commit 894c3fee97
3 changed files with 9 additions and 3 deletions

View File

@ -152,7 +152,7 @@ hmap_chained_get :: proc( using self : HMapChained($Type), key : u64) -> ^Type
hmap_chained_reload :: proc( self : HMapChained($Type), allocator : Allocator )
{
// pool_reload(self.pool, allocator)
pool_reload(self.pool, allocator)
}
// Returns true if an slot was actually found and marked as vacant