Skip to content

Commit

Permalink
Update comment in graphics/src/SubMesh.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Skorobogaty <[email protected]>
Signed-off-by: Maksim Derbasov <[email protected]>
  • Loading branch information
ntfshard and skorobogatydmitry committed Jul 20, 2024
1 parent e22e6ff commit b0605b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/src/SubMesh.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b0605b8

Please sign in to comment.