mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-20 18:31:59 +00:00
rogueviz:: use_brm only for closed_manifold, not bounded
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user