sparse_set: set the free list to tombstone rather than null within ::clear
This commit is contained in:
@@ -910,7 +910,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
free_list = null;
|
||||
free_list = tombstone;
|
||||
packed.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user