This commit is contained in:
aozhiwei 2021-08-30 03:45:25 +00:00
parent 6b8ee51513
commit c3b14fe385

View File

@ -206,6 +206,7 @@ void Incubator::ActiveAndroid(Human* hum, Human* android)
for (auto itr = hold_humans_.begin(); itr != hold_humans_.end(); ++itr) {
if (*itr == android) {
hold_humans_.erase(itr);
break;
}
}
#ifdef DEBUG