From d11c1bdbac8dc0cc0e96613d515f9c1ae3457d58 Mon Sep 17 00:00:00 2001 From: Ben Hymers Date: Thu, 12 Jan 2017 11:08:46 +0000 Subject: [PATCH] Fix multiline comment warning --- Recast/Source/RecastMesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recast/Source/RecastMesh.cpp b/Recast/Source/RecastMesh.cpp index 9b6f04e..e99eaeb 100644 --- a/Recast/Source/RecastMesh.cpp +++ b/Recast/Source/RecastMesh.cpp @@ -379,7 +379,7 @@ static int triangulate(int n, const int* verts, int* indices, int* tris) // We might get here because the contour has overlapping segments, like this: // // A o-o=====o---o B - // / |C D| \ + // / |C D| \. // o o o o // : : : : // We'll try to recover by loosing up the inCone test a bit so that a diagonal