From 5460427cda845fa9c85c4a50e6d4f0e733bc5df7 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:50:24 +0200 Subject: [PATCH] Recast: fix typo in comment (XZY -> XYZ) This is the Z axis as we changed the coordinate system. --- src/thirdparty/recast/Recast/Include/Recast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thirdparty/recast/Recast/Include/Recast.h b/src/thirdparty/recast/Recast/Include/Recast.h index 364800ca..74e53ccc 100644 --- a/src/thirdparty/recast/Recast/Include/Recast.h +++ b/src/thirdparty/recast/Recast/Include/Recast.h @@ -226,7 +226,7 @@ struct rcConfig /// The xy-plane cell size to use for fields. [Limit: > 0] [Units: wu] float cs; - /// The y-axis cell size to use for fields. [Limit: > 0] [Units: wu] + /// The z-axis cell size to use for fields. [Limit: > 0] [Units: wu] float ch; /// The minimum bounds of the field's AABB. [(x, y, z)] [Units: wu]