This commit is contained in:
aozhiwei 2023-10-30 15:40:42 +08:00
parent 501f6854d9
commit 94d816f70e

View File

@ -1566,7 +1566,8 @@ void Room::UpdateGasInactiveMoba()
} else { } else {
hum->SetPos(hum->born_point->RandPoint(this)); hum->SetPos(hum->born_point->RandPoint(this));
} }
a8::XPrintf("set_pos %d pos:%f %f %f\n", { a8::XPrintf("set_pos side:%d %d pos:%f %f %f\n", {
hum->side,
hum->GetUniId(), hum->GetUniId(),
hum->GetPos().GetX(), hum->GetPos().GetX(),
hum->GetPos().GetY(), hum->GetPos().GetY(),