mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
increased fmax in hyperbolic space to make it work with larger tesselations
This commit is contained in:
parent
9b4a53783c
commit
b03f23cf65
@ -88,7 +88,7 @@ void precalc() {
|
||||
goto finish;
|
||||
}
|
||||
|
||||
fmin = 0, fmax = 3;
|
||||
fmin = 0, fmax = hyperbolic ? 10 : 3;
|
||||
|
||||
for(int p=0; p<100; p++) {
|
||||
ld f = (fmin+fmax) / 2;
|
||||
|
Loading…
Reference in New Issue
Block a user