mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-30 13:32:59 +00:00
ray:: disabled in texture
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user