1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-22 16:24:07 +00:00

removed unused variable

This commit is contained in:
Zeno Rogue 2025-04-26 18:47:54 +02:00
parent fa914c11b8
commit 3e71546e03

View File

@ -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);