From b0605b805946d6cec4f597cd8fa294c0cbda08e1 Mon Sep 17 00:00:00 2001 From: Maksim Derbasov Date: Sat, 20 Jul 2024 23:55:15 +0900 Subject: [PATCH] Update comment in graphics/src/SubMesh.cc Co-authored-by: Dmitry Skorobogaty <72853514+skorobogatydmitry@users.noreply.github.com> Signed-off-by: Maksim Derbasov --- graphics/src/SubMesh.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/src/SubMesh.cc b/graphics/src/SubMesh.cc index 697cdc4f..71c69437 100644 --- a/graphics/src/SubMesh.cc +++ b/graphics/src/SubMesh.cc @@ -575,7 +575,7 @@ void SubMesh::FillArrays(double **_vertArr, int **_indArr) const } namespace { -// Simple way to finding neighbors by grouping all vertexes +// Simple way to find neighbors by grouping all vertices // by X coordinate with (ordered) map. KD-tree maybe better // but not sure about construction overhead struct Neighbors {