Prechádzať zdrojové kódy

snapshot: minor changes

Michele Caini 3 rokov pred
rodič
commit
b0aba79a56
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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) {