mirror of https://github.com/axmolengine/axmol.git
issue #4106: Updates comments for 'Vector::eraseObject'
This commit is contained in:
parent
c6b2b86fe5
commit
b300cfa1d2
|
@ -312,6 +312,7 @@ public:
|
|||
/** @brief Remove a certain object in Vector.
|
||||
* @param object The object to be removed.
|
||||
* @param removeAll Whether to remove all elements with the same value.
|
||||
* If its value is 'false', it will just erase the first occurrence.
|
||||
*/
|
||||
void eraseObject(T object, bool removeAll = false)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue