Fixed docs of maxSimplificationError units.

This commit is contained in:
Mikko Mononen 2013-12-22 18:24:58 +02:00
parent a08258d9dd
commit 64828488b1

View File

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