do not request shader in rotspace -- not that good

This commit is contained in:
Zeno Rogue
2020-07-28 22:06:14 +02:00
parent 82f32607e6
commit 922e289b14
+1
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();
}