1
This commit is contained in:
parent
c6430e1f35
commit
5fb3fd0acb
@ -2207,14 +2207,14 @@ void Room::RandRemoveAndroid()
|
||||
(
|
||||
[] (Human* ele_hum) -> bool
|
||||
{
|
||||
ele_hum->RemovePartObjects(hum);
|
||||
ele_hum->RemovePartObjects(ele_hum);
|
||||
return true;
|
||||
});
|
||||
TraverseRawHumanList
|
||||
(
|
||||
[] (Human* ele_hum) -> bool
|
||||
{
|
||||
ele_hum->RemoveObjects(hum);
|
||||
ele_hum->RemoveObjects(ele_hum);
|
||||
return true;
|
||||
});
|
||||
frame_event.AddExitGame(hum->GetWeakPtrRef());
|
||||
|
Loading…
x
Reference in New Issue
Block a user