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