mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-02 14:25:55 +01:00
Fix an another unused variable.
This commit is contained in:
parent
ba67217f6d
commit
9d0982d0e2
@ -822,7 +822,7 @@ public:
|
|||||||
v.foldover = false;
|
v.foldover = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
int border_vertex_count = 0;
|
//int border_vertex_count = 0;
|
||||||
double border_min_x = DBL_MIN;
|
double border_min_x = DBL_MIN;
|
||||||
double border_max_x = DBL_MAX;
|
double border_max_x = DBL_MAX;
|
||||||
|
|
||||||
@ -860,7 +860,7 @@ public:
|
|||||||
Vertex &vv = vertices[vids[j]];
|
Vertex &vv = vertices[vids[j]];
|
||||||
|
|
||||||
vv.border = 1;
|
vv.border = 1;
|
||||||
++border_vertex_count;
|
//++border_vertex_count;
|
||||||
|
|
||||||
if (_enable_smart_link) {
|
if (_enable_smart_link) {
|
||||||
if (vv.p.x < border_min_x)
|
if (vv.p.x < border_min_x)
|
||||||
|
Loading…
Reference in New Issue
Block a user