mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-09 15:39:55 +00:00
set hcrossf, was needed for correct floor shapes
This commit is contained in:
parent
81131aedb9
commit
a0016a488a
@ -713,8 +713,8 @@ void geometry_information::prepare_basics() {
|
||||
auto i7 = hdist0(mid(xpush0(c7), cspin(0, 1, TAU/S7) * xpush0(c7)));
|
||||
auto i6 = hdist0(mid(xpush0(c6), cspin(0, 1, TAU/s6) * xpush0(c6)));
|
||||
|
||||
// note: tessf and hcrossf remain undefined
|
||||
crossf = i7 + i6;
|
||||
// note: tessf remains undefined
|
||||
hcrossf = crossf = i7 + i6;
|
||||
hexf = c7;
|
||||
hexhexdist = i6 + i6;
|
||||
hexvdist = c6;
|
||||
|
Loading…
Reference in New Issue
Block a user