This commit is contained in:
aozhiwei 2023-06-14 20:11:45 +08:00
parent c572332f5f
commit 3ba8905c44

View File

@ -478,6 +478,9 @@ void Incubator::NextWave()
void Incubator::ShowHand()
{
#ifdef DEBUG
a8::XPrintf("ShowHand\n", {});
#endif
for (auto& hum : hold_humans_) {
glm::vec3 point = glm::vec3(room->GetGasData().new_area_meta->GetLastArea()->x1(),
6.0f,