Destination check needed to be actual ground z at loc. -15 wasnt enough

This commit is contained in:
Noudess 2020-12-13 10:17:04 -05:00
parent 8bc60acd77
commit fff53fc465

View File

@ -1610,7 +1610,7 @@ void NPC::AI_DoMovement() {
auto position = glm::vec3(
roambox_destination_x,
roambox_destination_y,
(m_Position.z - 15)
roambox_destination_z
);
/**