This commit is contained in:
aozhiwei 2021-08-05 15:46:56 +08:00
parent 93be26d24e
commit 232ecc1981

View File

@ -974,6 +974,7 @@ bool Human::InPartObjects(Entity* target)
void Human::RemoveObjects(Entity* entity)
{
del_objects.insert(entity->GetUniId());
new_objects.erase(entity);
}
void Human::AddOutObjects(Entity* entity)