1
This commit is contained in:
parent
20f9c172f9
commit
6d64b8ba0a
@ -2093,7 +2093,7 @@ void Human::ClearFrameData()
|
||||
for (auto& itr : del_objects) {
|
||||
Entity* entity = room->GetEntityByUniId(itr);
|
||||
if (entity) {
|
||||
part_objects.erase(entity);
|
||||
RemovePartObjects(entity);
|
||||
}
|
||||
}
|
||||
del_objects.clear();
|
||||
@ -2102,7 +2102,7 @@ void Human::ClearFrameData()
|
||||
for (auto& itr : out_objects) {
|
||||
Entity* entity = room->GetEntityByUniId(itr);
|
||||
if (entity) {
|
||||
part_objects.erase(entity);
|
||||
RemovePartObjects(entity);
|
||||
}
|
||||
}
|
||||
out_objects.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user