mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-01 23:14:06 +00:00
intra:: fix the VR settings
This commit is contained in:
parent
e51747dd42
commit
bd10f06a4c
@ -498,6 +498,11 @@ auto hooks =
|
||||
slide_backup(ray::max_iter_intra, y);
|
||||
slide_backup(mapeditor::drawplayer, false);
|
||||
slide_backup(playermoved, false);
|
||||
#if CAP_VR
|
||||
slide_backup(vrhr::hsm, vrhr::eHeadset::holonomy);
|
||||
slide_backup(vrhr::eyes, vrhr::eEyes::truesim);
|
||||
slide_backup(vrhr::cscr, vrhr::eCompScreen::eyes);
|
||||
#endif
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user