mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
[cont] rug ODS fixes
This commit is contained in:
parent
884c1b6455
commit
c035888b67
@ -1100,7 +1100,7 @@ void showStereo() {
|
|||||||
) + "\n\n";
|
) + "\n\n";
|
||||||
|
|
||||||
if(uni == 'm')
|
if(uni == 'm')
|
||||||
{ stereo::mode = stereo::eStereo((1 + stereo::mode) % 3); return; }
|
{ stereo::mode = stereo::eStereo((1 + stereo::mode) % (CAP_ODS ? 4 : 3)); return; }
|
||||||
|
|
||||||
else if(uni == 'e')
|
else if(uni == 'e')
|
||||||
dialog::editNumber(stereo::ipd, -10, 10, 0.01, 0, XLAT("pupillary distance"),
|
dialog::editNumber(stereo::ipd, -10, 10, 0.01, 0, XLAT("pupillary distance"),
|
||||||
|
3
hyper.h
3
hyper.h
@ -754,9 +754,6 @@ namespace rug {
|
|||||||
extern int texturesize;
|
extern int texturesize;
|
||||||
extern ld model_distance;
|
extern ld model_distance;
|
||||||
extern transmatrix currentrot;
|
extern transmatrix currentrot;
|
||||||
#if CAP_ODS
|
|
||||||
extern bool ods;
|
|
||||||
#endif
|
|
||||||
#if CAP_RUG
|
#if CAP_RUG
|
||||||
void show();
|
void show();
|
||||||
void init();
|
void init();
|
||||||
|
Loading…
Reference in New Issue
Block a user