Michele Caini пре 3 година
родитељ
комит
1330cb9126
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/entt/entity/registry.hpp

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

@@ -613,7 +613,7 @@ public:
      * @brief Assigns identifiers to an empty registry.
      *
      * This function is intended for use in conjunction with `data`, `size` and
-     * `destroyed`.<br/>
+     * `released`.<br/>
      * Don't try to inject ranges of randomly generated entities nor the _wrong_
      * head for the list of destroyed entities. There is no guarantee that a
      * registry will continue to work properly in this case.