Michele Caini 3 лет назад
Родитель
Сommit
b0aba79a56
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/entt/entity/snapshot.hpp

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

@@ -440,7 +440,7 @@ public:
         archive(length);
         archive(released);
 
-        entity_type entt{entt::null};
+        entity_type entt{null};
         std::size_t pos{};
 
         for(const auto last = length - released; pos < last; ++pos) {