Recast: fix typo in comment (XZY -> XYZ)

This is the Z axis as we changed the coordinate system.
This commit is contained in:
Kawe Mazidjatari 2024-10-16 16:50:24 +02:00
parent 4a34481e43
commit 5460427cda

View File

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