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