Recast: remove comment

Should be kept as Y since we changed the coordinate system.
This commit is contained in:
Kawe Mazidjatari 2024-08-22 17:34:10 +02:00
parent fc1bfa8bfe
commit de5fb7cbef

View File

@ -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.