mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 22:27:38 +00:00
removed unused variable
This commit is contained in:
@@ -2208,7 +2208,6 @@ EX namespace mapeditor {
|
|||||||
EX bool area_in_pi = false;
|
EX bool area_in_pi = false;
|
||||||
|
|
||||||
ld compute_area(hpcshape& sh) {
|
ld compute_area(hpcshape& sh) {
|
||||||
ld area = 0;
|
|
||||||
vector<hyperpoint> h;
|
vector<hyperpoint> h;
|
||||||
for(int i=sh.s; i<sh.e; i++) h.push_back(cgi.hpc[i]);
|
for(int i=sh.s; i<sh.e; i++) h.push_back(cgi.hpc[i]);
|
||||||
return compute_area(h);
|
return compute_area(h);
|
||||||
|
Reference in New Issue
Block a user