From de5fb7cbef8cdf5130b6835c0cfcfbf172d22786 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:34:10 +0200 Subject: [PATCH] Recast: remove comment Should be kept as Y since we changed the coordinate system. --- src/thirdparty/recast/Recast/Include/Recast.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/thirdparty/recast/Recast/Include/Recast.h b/src/thirdparty/recast/Recast/Include/Recast.h index 3bb5e0ae..502291af 100644 --- a/src/thirdparty/recast/Recast/Include/Recast.h +++ b/src/thirdparty/recast/Recast/Include/Recast.h @@ -1050,7 +1050,6 @@ inline int rcGetDirOffsetX(int direction) return offset[direction & 0x03]; } -// TODO (graham): Rename this to rcGetDirOffsetZ /// Gets the standard height (y-axis) offset for the specified direction. /// @param[in] direction The direction. [Limits: 0 <= value < 4] /// @return The height offset to apply to the current cell position to move in the direction.