mirror of
https://github.com/Relintai/fast_quadratic_mesh_simplifier.git
synced 2024-11-12 08:35:03 +01:00
Fix compile.
This commit is contained in:
parent
eefe767369
commit
a412a04be1
@ -319,7 +319,7 @@ struct BorderVertex {
|
||||
int hash;
|
||||
};
|
||||
|
||||
bool compare_border_vertex(const BorderVertex &i1, const BorderVertex &i2) {
|
||||
static bool compare_border_vertex(const BorderVertex &i1, const BorderVertex &i2) {
|
||||
return (i1.hash < i2.hash);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user