Browse Source

snapshot: minor changes

Michele Caini 3 years ago
parent
commit
b0aba79a56
1 changed files with 1 additions and 1 deletions
  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) {