Bläddra i källkod

snapshot: minor changes

Michele Caini 3 år sedan
förälder
incheckning
b0aba79a56
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/entt/entity/snapshot.hpp

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

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