Recast: fix typo's in comments

This commit is contained in:
Kawe Mazidjatari 2024-07-02 10:46:02 +02:00
parent 2719b78708
commit 5c6518a252

View File

@ -1091,7 +1091,7 @@ bool rcBuildContours(rcContext* ctx, const rcCompactHeightfield& chf,
else
{
// The region does not have an outline.
// This can happen if the contour becaomes selfoverlapping because of
// This can happen if the contour becomes selfoverlapping because of
// too aggressive simplification settings.
ctx->log(RC_LOG_ERROR, "rcBuildContours: Bad outline for region %d, contour simplification is likely too aggressive.", i);
}