Michele Caini преди 7 години
родител
ревизия
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());
     }