This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
gugdun
/
entt
kopia lustrzana
https://github.com/skypjack/entt
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
sparse_set: set the free list to tombstone rather than null within ::clear
Michele Caini
4 lat temu
rodzic
a74f0ca370
commit
44ae0d67f6
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
src/entt/entity/sparse_set.hpp
+ 1
- 1
src/entt/entity/sparse_set.hpp
Wyświetl plik
@@ -910,7 +910,7 @@ public:
}
}
- free_list =
null
;
+ free_list =
tombstone
;
packed.clear();
}