1
This commit is contained in:
parent
c572332f5f
commit
3ba8905c44
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user