This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
gugdun
/
entt
mirror de
https://github.com/skypjack/entt
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
sparse_set: set the free list to tombstone rather than null within ::clear
Michele Caini
há 4 anos atrás
pai
a74f0ca370
commit
44ae0d67f6
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
src/entt/entity/sparse_set.hpp
+ 1
- 1
src/entt/entity/sparse_set.hpp
Ver Ficheiro
@@ -910,7 +910,7 @@ public:
}
}
- free_list =
null
;
+ free_list =
tombstone
;
packed.clear();
}