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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user