This website works better with JavaScript
Home
Explore
Help
Register
Sign In
gugdun
/
entt
mirror of
https://github.com/skypjack/entt
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
sparse_set: set the free list to tombstone rather than null within ::clear
Michele Caini
4 years ago
parent
a74f0ca370
commit
44ae0d67f6
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/entt/entity/sparse_set.hpp
+ 1
- 1
src/entt/entity/sparse_set.hpp
View File
@@ -910,7 +910,7 @@ public:
}
}
- free_list =
null
;
+ free_list =
tombstone
;
packed.clear();
}