mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-25 21:31:32 +00:00
Fix compile error
This commit is contained in:
parent
e5816c7df4
commit
fb6cf06771
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