mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
fixed missing miller config
This commit is contained in:
parent
11b1f6dfb0
commit
4d71857d7b
@ -839,9 +839,9 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) {
|
||||
|
||||
case mdMiller:
|
||||
makeband(H_orig, ret, [] (ld& x, ld& y) {
|
||||
// y *= pconf.miller_parameter;
|
||||
y *= pconf.miller_parameter;
|
||||
band_conformal(x, y);
|
||||
// y /= pconf.miller_parameter;
|
||||
y /= pconf.miller_parameter;
|
||||
});
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user