rogueviz:: use_brm only for closed_manifold, not bounded

This commit is contained in:
Zeno Rogue 2023-08-14 20:14:17 +02:00
parent 07857e612a
commit 590d8021c6
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ bool drawVertex(const shiftmatrix &V, cell *c, shmup::monster *m) {
bool multidraw = quotient;
bool use_brm = closed_or_bounded && isize(currentmap->allcells()) <= brm_limit;
bool use_brm = closed_manifold && isize(currentmap->allcells()) <= brm_limit;
ld hi_weight = 0;