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

fixed reverse legs in rotspaces

This commit is contained in:
Zeno Rogue 2020-05-15 14:53:10 +02:00
parent 036502f63e
commit 8af09e21ee

View File

@ -17,7 +17,7 @@ ld eyepos;
#define S (cgi.scalefactor / 0.805578)
#define SH (cgi.scalefactor / 0.805578 * vid.height_width / 1.5)
#define revZ ((WDIM == 2 || hybri) ? -1 : 1)
#define revZ ((WDIM == 2 || prod) ? -1 : 1)
hyperpoint shcenter;