mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-10 06:41:37 +00:00
Merge branch 'master' of https://github.com/dpjudas/ZDRay
This commit is contained in:
commit
f0c7e5fb9a
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ std::vector<DelauneyTriangulator::Vertex*> DelauneyTriangulator::remove_duplicat
|
|||
|
||||
prev = v;
|
||||
}
|
||||
return filtered_vertices;
|
||||
}
|
||||
|
||||
void DelauneyTriangulator::calculate_supertriangle(std::vector<Vertex*>& vertices, Triangle& super_triangle)
|
||||
|
|
Loading…
Reference in a new issue