From dbe291c7c61675fb40e03bf84a732897162089f3 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 14 Mar 2016 20:39:09 +0900 Subject: [PATCH] Slight change to docs --- src/EC/Manager.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/EC/Manager.hpp b/src/EC/Manager.hpp index 94b6781..8f10acf 100644 --- a/src/EC/Manager.hpp +++ b/src/EC/Manager.hpp @@ -272,7 +272,8 @@ namespace EC \brief Adds an entity to the system, returning the ID of the entity. WARNING: The ID of an entity may change after calls to cleanup(). - Only use the ID given during usage of forMatchingSignature(). + Usage of entity IDs should be safe during initialization. + Otherwise, only use the ID given during usage of forMatchingSignature(). */ /*! \fn void EC::Manager::deleteEntity(std::size_t index)