From 58d331ca0e235250dc27eaac165be9b2be079f7a Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 12 Apr 2023 09:21:47 +0200 Subject: [PATCH] registry: minor changes --- src/entt/entity/registry.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/entt/entity/registry.hpp b/src/entt/entity/registry.hpp index 0d772bc5a..2401b4987 100644 --- a/src/entt/entity/registry.hpp +++ b/src/entt/entity/registry.hpp @@ -1258,8 +1258,6 @@ public: /** * @brief Sorts the elements of a given component. * - * The order remains valid until a component of the given type is assigned - * to or removed from an entity.
* The comparison function object returns `true` if the first element is * _less_ than the second one, `false` otherwise. Its signature is also * equivalent to one of the following: