mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-02-09 07:41:03 +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;
|
prev = v;
|
||||||
}
|
}
|
||||||
|
return filtered_vertices;
|
||||||
}
|
}
|
||||||
|
|
||||||
void DelauneyTriangulator::calculate_supertriangle(std::vector<Vertex*>& vertices, Triangle& super_triangle)
|
void DelauneyTriangulator::calculate_supertriangle(std::vector<Vertex*>& vertices, Triangle& super_triangle)
|
||||||
|
|
Loading…
Reference in a new issue