mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 02:37:19 +00:00
no more bad plevel in do_draw
This commit is contained in:
parent
32b2f5169d
commit
da87291ea4
@ -1960,7 +1960,7 @@ bool limited_generation(cell *c) {
|
||||
|
||||
EX bool do_draw(cell *c, const transmatrix& T) {
|
||||
|
||||
if(product::pmap) return product::in_actual([&] { return do_draw(product::get_at(c, product::plevel), T); });
|
||||
if(product::pmap) return product::in_actual([&] { return do_draw(product::get_at(c, 0), T); });
|
||||
if(WDIM == 3) {
|
||||
if(cells_drawn > vid.cells_drawn_limit) return false;
|
||||
if(nil && pmodel == mdGeodesic) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user