fixed the spiral projection

This commit is contained in:
Zeno Rogue 2021-03-12 15:31:17 +01:00
parent 4b45872443
commit 8e9da9e1fe
1 changed files with 1 additions and 0 deletions

View File

@ -1257,6 +1257,7 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) {
if(pconf.skiprope)
ret = mobius(ret, pconf.skiprope, 1);
}
break;
}
case mdRetroCraig: {