mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
ray:: disabled in texture
This commit is contained in:
parent
ade5c9c39f
commit
8d10336c63
@ -68,6 +68,7 @@ EX bool available() {
|
||||
/** do we want to use the raycaster? */
|
||||
EX bool requested() {
|
||||
if(!want_use) return false;
|
||||
if(texture::config.tstate == texture::tsActive) return false;
|
||||
if(!available()) return false;
|
||||
if(want_use == 2) return true;
|
||||
return racing::on || quotient;
|
||||
|
Loading…
Reference in New Issue
Block a user