mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-09 07:30:09 +00:00
product:: set missing hexvdist
This commit is contained in:
parent
33cb21f203
commit
508742e7a9
@ -452,6 +452,7 @@ void geometry_information::prepare_basics() {
|
|||||||
t->crossf = cgi.crossf;
|
t->crossf = cgi.crossf;
|
||||||
t->hcrossf = cgi.crossf;
|
t->hcrossf = cgi.crossf;
|
||||||
t->tessf = cgi.tessf;
|
t->tessf = cgi.tessf;
|
||||||
|
t->hexvdist = cgi.hexvdist;
|
||||||
t->hexhexdist = cgi.hexhexdist;
|
t->hexhexdist = cgi.hexhexdist;
|
||||||
t->base_distlimit = cgi.base_distlimit-1;
|
t->base_distlimit = cgi.base_distlimit-1;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user