1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

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

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;