1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 18:59:59 +00:00

fixed SLR graphical duplication needlessly called outside of SLR

This commit is contained in:
Zeno Rogue 2020-11-08 11:54:48 +01:00
parent 5312459d16
commit 5606007259

View File

@ -1687,7 +1687,7 @@ EX void centerpc(ld aspd) {
if(sl || vid.eye) T = T * zpush(cgi.SLEV[sl] - cgi.FLOOR + vid.eye);
}
#endif
hyperpoint H = iso_inverse(actual_view_transform) * tC0(T);
hyperpoint H = inverse(actual_view_transform) * tC0(T);
ld R = (zero_d(GDIM, H) && !prod) ? 0 : hdist0(H);
if(R < 1e-9) {
// either already centered or direction unknown