Michele Caini 5 ani în urmă
părinte
comite
c33a8dc2c8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/entt/entity/registry.hpp

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

@@ -705,7 +705,7 @@ public:
     /**
      * @brief Removes the given components from all the entities in a range.
      *
-     * @see remove
+     * @sa remove
      *
      * @tparam Component Types of components to remove.
      * @tparam It Type of input iterator.