1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 05:16:00 +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

@@ -734,7 +734,6 @@ EX namespace gp {
ld scale = 1 / hypot_d(2, next);
if(!GOLDBERG) scale = 1;
cgi.crossf *= scale;
cgi.hepvdist *= scale;
cgi.hexhexdist *= scale;
cgi.hexvdist *= scale;
cgi.rhexf *= scale;