mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-31 19:29:18 +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 */
|
/* would need a completely different implementation */
|
||||||
if(vrhr::active() && vrhr::eyes == vrhr::eEyes::equidistant) {
|
if(vrhr::active() && vrhr::eyes == vrhr::eEyes::equidistant) {
|
||||||
if(reflect_val) return false;
|
if(reflect_val) return false;
|
||||||
if(sol || stretch::in()) return false;
|
if(sol || stretch::in() || sl2) return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if(noGUI) return false;
|
if(noGUI) return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user