1
This commit is contained in:
parent
6b8ee51513
commit
c3b14fe385
@ -206,6 +206,7 @@ void Incubator::ActiveAndroid(Human* hum, Human* android)
|
|||||||
for (auto itr = hold_humans_.begin(); itr != hold_humans_.end(); ++itr) {
|
for (auto itr = hold_humans_.begin(); itr != hold_humans_.end(); ++itr) {
|
||||||
if (*itr == android) {
|
if (*itr == android) {
|
||||||
hold_humans_.erase(itr);
|
hold_humans_.erase(itr);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user