This commit is contained in:
aozhiwei 2023-07-07 13:11:20 +08:00
parent ad0c68b77e
commit 4df32c315b

View File

@ -305,7 +305,7 @@ Human* Incubator::ActiveAndroid(Human* hum)
target->GetMutablePos().FromGlmVec3(target->born_point->GetSrcPoint(room).ToGlmVec3());
Global::Instance()->verify_set_pos = 0;
}
room->EnableHuman(hum);
room->EnableHuman(target);
hold_humans_.erase(hold_humans_.begin());
}
#ifdef DEBUG