Michele Caini il y a 7 ans
Parent
commit
2f3b02e870
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/entt/entity/snapshot.hpp

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

@@ -207,7 +207,7 @@ class snapshot_loader {
         : reg{reg},
         : reg{reg},
           force{force}
           force{force}
     {
     {
-        // restore a snapshot as a whole requires a clean registry
+        // to restore a snapshot as a whole requires a clean registry
         assert(!reg.capacity());
         assert(!reg.capacity());
     }
     }