Michele Caini 7 tahun lalu
induk
melakukan
2f3b02e870
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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());
     }