mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
do not request shader in rotspace -- not that good
This commit is contained in:
parent
82f32607e6
commit
922e289b14
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user