do not request shader in rotspace -- not that good

This commit is contained in:
Zeno Rogue 2020-07-27 18:49:27 +02:00
parent 82f32607e6
commit 922e289b14
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}