mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 18:30:34 +00:00
rogueviz:: use_brm only for closed_manifold, not bounded
This commit is contained in:
parent
07857e612a
commit
590d8021c6
@ -527,7 +527,7 @@ bool drawVertex(const shiftmatrix &V, cell *c, shmup::monster *m) {
|
|||||||
|
|
||||||
bool multidraw = quotient;
|
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;
|
ld hi_weight = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user