arb:: fixed the bad performance

This commit is contained in:
Zeno Rogue 2020-01-15 17:55:36 +01:00
parent 13c1d85439
commit 6956808dea
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ struct hrmap_arbi : hrmap {
dq::drawqueue.pop();
if(do_draw(h->c7, V)) drawcell(h->c7, V);
else continue;
for(int i=0; i<h->type; i++) {
transmatrix V1 = V * adj(h, i);