Michele Caini 2 лет назад
Родитель
Сommit
a5263384d9
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      src/entt/entity/registry.hpp

+ 0 - 6
src/entt/entity/registry.hpp

@@ -821,7 +821,6 @@ public:
 
     /**
      * @brief Removes the given components from an entity.
-     *
      * @tparam Type Type of component to remove.
      * @tparam Other Other types of components to remove.
      * @param entt A valid identifier.
@@ -1193,11 +1192,6 @@ public:
 
     /**
      * @brief Returns a group for the given components.
-     *
-     * Group owned component pools can no longer be sorted.<br/>
-     * The group takes the ownership of the pools and arrange components so as
-     * to iterate them as fast as possible.
-     *
      * @tparam Owned Types of storage _owned_ by the group.
      * @tparam Get Types of storage _observed_ by the group, if any.
      * @tparam Exclude Types of storage used to filter the group, if any.