mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed the spiral projection
This commit is contained in:
parent
4b45872443
commit
8e9da9e1fe
@ -1257,6 +1257,7 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) {
|
|||||||
if(pconf.skiprope)
|
if(pconf.skiprope)
|
||||||
ret = mobius(ret, pconf.skiprope, 1);
|
ret = mobius(ret, pconf.skiprope, 1);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case mdRetroCraig: {
|
case mdRetroCraig: {
|
||||||
|
Loading…
Reference in New Issue
Block a user