increased fmax in hyperbolic space to make it work with larger tesselations

This commit is contained in:
Zeno Rogue 2018-11-30 14:41:47 +01:00
parent 9b4a53783c
commit b03f23cf65
1 changed files with 1 additions and 1 deletions

View File

@ -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;