mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-23 12:34:03 +00:00
do not request shader in rotspace -- not that good
This commit is contained in:
@@ -94,6 +94,7 @@ EX bool requested() {
|
||||
#endif
|
||||
if(!available()) return false;
|
||||
if(want_use == 2) return true;
|
||||
if(rotspace) return false; // not very good
|
||||
return racing::on || quotient || fake::in();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user