Michele Caini 7 ani în urmă
părinte
comite
2f3b02e870
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/entt/entity/snapshot.hpp

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

@@ -207,7 +207,7 @@ class snapshot_loader {
         : reg{reg},
           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());
     }