mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added const
This commit is contained in:
@@ -99,7 +99,7 @@ namespace omath::collision
|
||||
const int new_idx = static_cast<int>(vertexes.size());
|
||||
vertexes.emplace_back(p);
|
||||
|
||||
auto [to_delete, boundary] = mark_visible_and_collect_horizon(faces, p);
|
||||
const auto [to_delete, boundary] = mark_visible_and_collect_horizon(faces, p);
|
||||
|
||||
erase_marked(faces, to_delete);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user