This commit is contained in:
aozhiwei 2023-04-01 12:26:43 +08:00
parent fd78e6bdba
commit 5934c83a63

View File

@ -118,7 +118,7 @@ bool AirRaid::GenAirRaidPos(const mt::AirRaid* raid_meta, glm::vec3& center)
} }
#ifdef DEBUG1 #ifdef DEBUG1
if (humans.size() > 0) { if (humans.size() > 0) {
center = humans[0]->GetPos(); center = humans[0]->GetPos().ToGlmVec3();
} }
#endif #endif
} }