mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-09 18:04:07 +00:00
arb:: fixed the bad performance
This commit is contained in:
parent
13c1d85439
commit
6956808dea
@ -433,6 +433,7 @@ struct hrmap_arbi : hrmap {
|
|||||||
dq::drawqueue.pop();
|
dq::drawqueue.pop();
|
||||||
|
|
||||||
if(do_draw(h->c7, V)) drawcell(h->c7, V);
|
if(do_draw(h->c7, V)) drawcell(h->c7, V);
|
||||||
|
else continue;
|
||||||
|
|
||||||
for(int i=0; i<h->type; i++) {
|
for(int i=0; i<h->type; i++) {
|
||||||
transmatrix V1 = V * adj(h, i);
|
transmatrix V1 = V * adj(h, i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user