mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-06 18:32:23 +00:00
arb:: fixed the bad performance
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user