1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-14 16:48:50 +00:00

fixes to parabolic

This commit is contained in:
Zeno Rogue
2021-10-07 13:23:44 +02:00
parent 8217fb474e
commit b866647622
3 changed files with 16 additions and 22 deletions
+1 -1
View File
@@ -723,7 +723,7 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) {
models::apply_orientation(H[0], H[1]);
}
ret = hyperbolic ? deparabolic10(H) : H;
ret = hyperbolic ? deparabolic13(H) : H;
ret *= .5;
ret[LDIM] = 1;