mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
d386a676d2
commit
5955ac7864
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user