mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 18:54:48 +00:00
VR raycaster NYI for sl2
This commit is contained in:
parent
de498da1d1
commit
d061e57d07
@ -80,7 +80,7 @@ EX bool available() {
|
||||
/* would need a completely different implementation */
|
||||
if(vrhr::active() && vrhr::eyes == vrhr::eEyes::equidistant) {
|
||||
if(reflect_val) return false;
|
||||
if(sol || stretch::in()) return false;
|
||||
if(sol || stretch::in() || sl2) return false;
|
||||
}
|
||||
#endif
|
||||
if(noGUI) return false;
|
||||
|
Loading…
Reference in New Issue
Block a user