1
This commit is contained in:
parent
fd78e6bdba
commit
5934c83a63
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user