Skip to content

Commit

Permalink
coord transform for hitPos
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Jul 26, 2023
1 parent 3091e55 commit ce62641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/navmesh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ namespace moon
meshQuery->getPolyHeight(polys[npolys - 1], hitPos, &h);
hitPos[1] = h;
}
coord_transform(hitPos);
return hit;
}

Expand Down

0 comments on commit ce62641

Please sign in to comment.