1
0
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:
Zeno Rogue 2024-10-31 20:09:47 +01:00
parent ace000a266
commit 42d9aa4ba3

View File

@ -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[1] = H_orig.h[1] * z / d;
ret[3] = 1;
if(!vrhr::rendering()) ret = lp_apply(ret);
break;
}
find_zlev(H);