mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-20 04:50:10 +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? */
|
/** do we want to use the raycaster? */
|
||||||
EX bool requested() {
|
EX bool requested() {
|
||||||
if(!want_use) return false;
|
if(!want_use) return false;
|
||||||
|
if(texture::config.tstate == texture::tsActive) return false;
|
||||||
if(!available()) return false;
|
if(!available()) return false;
|
||||||
if(want_use == 2) return true;
|
if(want_use == 2) return true;
|
||||||
return racing::on || quotient;
|
return racing::on || quotient;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user