Michele Caini 7 лет назад
Родитель
Сommit
2f3b02e870
1 измененных файлов с 1 добавлено и 1 удалено
  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());
     }