mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
ray:: in GLES, disable raycaster in most spaces
This commit is contained in:
parent
ba58789d56
commit
a1d54a819d
@ -111,6 +111,7 @@ EX bool available() {
|
||||
if(WDIM == 2 && (kite::in() || bt::in())) return false;
|
||||
#ifdef GLES_ONLY
|
||||
if(need_many_cell_types()) return false;
|
||||
if(!euclid && !prod && !nil) return false;
|
||||
#endif
|
||||
if(hyperbolic && pmodel == mdPerspective && !kite::in())
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user