Переглянути джерело

sparse_set: set the free list to tombstone rather than null within ::clear

Michele Caini 4 роки тому
батько
коміт
44ae0d67f6
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/entt/entity/sparse_set.hpp

+ 1 - 1
src/entt/entity/sparse_set.hpp

@@ -910,7 +910,7 @@ public:
             }
             }
         }
         }
 
 
-        free_list = null;
+        free_list = tombstone;
         packed.clear();
         packed.clear();
     }
     }