1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-16 17:24:04 +00:00

removed cgi.hepvdist, it was not even computed

This commit is contained in:
Zeno Rogue
2024-06-18 17:26:52 +02:00
parent aae1be2191
commit 263720db60
3 changed files with 1 additions and 4 deletions

View File

@@ -480,7 +480,6 @@ EX void compute_geometry() {
if(IRREGULAR) {
ld scale = sqrt(isize(cells_of_heptagon) * 1. / isize(cells));
cgi.crossf *= scale;
cgi.hepvdist *= scale;
cgi.rhexf *= scale;
cgi.hexhexdist *= scale;
cgi.hexvdist *= scale;