From 64828488b19308016993795ade8cc97a46c1b7f0 Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Sun, 22 Dec 2013 18:24:58 +0200 Subject: [PATCH] Fixed docs of maxSimplificationError units. --- Recast/Include/Recast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recast/Include/Recast.h b/Recast/Include/Recast.h index 88ce11c..336837e 100644 --- a/Recast/Include/Recast.h +++ b/Recast/Include/Recast.h @@ -219,7 +219,7 @@ struct rcConfig int maxEdgeLen; /// The maximum distance a simplfied contour's border edges should deviate - /// the original raw contour. [Limit: >=0] [Units: wu] + /// the original raw contour. [Limit: >=0] [Units: vx] float maxSimplificationError; /// The minimum number of cells allowed to form isolated island areas. [Limit: >=0] [Units: vx]