This commit is contained in:
aozhiwei 2023-04-01 19:38:08 +08:00
parent e456117573
commit 14164736df

View File

@ -248,7 +248,7 @@ Human* Incubator::ActiveAndroid(Human* hum)
if (!androids.empty()) {
target = androids[0];
} else if (!hold_humans_.empty()) {
target = hold_humans_[0];
}
#ifdef DEBUG
if (target) {