diff --git a/common/navmesh.hpp b/common/navmesh.hpp index 986809da3..f8240833d 100644 --- a/common/navmesh.hpp +++ b/common/navmesh.hpp @@ -851,6 +851,7 @@ namespace moon meshQuery->getPolyHeight(polys[npolys - 1], hitPos, &h); hitPos[1] = h; } + coord_transform(hitPos); return hit; }