This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
gugdun
/
entt
espejo de
https://github.com/skypjack/entt
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
sparse_set: set the free list to tombstone rather than null within ::clear
Michele Caini
hace 4 años
padre
a74f0ca370
commit
44ae0d67f6
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/entt/entity/sparse_set.hpp
+ 1
- 1
src/entt/entity/sparse_set.hpp
Ver fichero
@@ -910,7 +910,7 @@ public:
}
}
- free_list =
null
;
+ free_list =
tombstone
;
packed.clear();
}