revZ in hybri

This commit is contained in:
Zeno Rogue 2019-08-24 20:29:42 +02:00
parent 2acc866958
commit c7a5de1477
1 changed files with 1 additions and 1 deletions

View File

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