mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
fixed a bug with mdHorocyclic in SL2
This commit is contained in:
parent
ace000a266
commit
42d9aa4ba3
@ -884,6 +884,8 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) {
|
|||||||
ret[0] = H_orig.h[0] * z / d;
|
ret[0] = H_orig.h[0] * z / d;
|
||||||
ret[1] = H_orig.h[1] * z / d;
|
ret[1] = H_orig.h[1] * z / d;
|
||||||
ret[3] = 1;
|
ret[3] = 1;
|
||||||
|
if(!vrhr::rendering()) ret = lp_apply(ret);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
find_zlev(H);
|
find_zlev(H);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user