Recast: fix incorrect comment (XZY -> XYZ)

Raycast ignores the z-value after the XZY to XYZ change, previously it was the y-value.
This commit is contained in:
Kawe Mazidjatari 2024-07-11 09:20:55 +02:00
parent d386a676d2
commit 5955ac7864

View File

@ -2387,7 +2387,7 @@ dtStatus dtNavMeshQuery::getEdgeMidPoint(dtPolyRef from, const dtPoly* fromPoly,
///
/// <b>Use Case Restriction</b>
///
/// The raycast ignores the y-value of the end position. (2D check.) This
/// The raycast ignores the z-value of the end position. (2D check.) This
/// places significant limits on how it can be used. For example:
///
/// Consider a scene where there is a main floor with a second floor balcony