From 6956808dea5c66a7ff0373f296dfaa157a7f0917 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 15 Jan 2020 17:55:36 +0100 Subject: [PATCH] arb:: fixed the bad performance --- arbitrile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/arbitrile.cpp b/arbitrile.cpp index d6e8a0ee..e7c24cda 100644 --- a/arbitrile.cpp +++ b/arbitrile.cpp @@ -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; itype; i++) { transmatrix V1 = V * adj(h, i);