1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-09 19:20:15 +00:00

simplified the drawing algo for product

This commit is contained in:
Zeno Rogue
2019-12-06 11:47:26 +01:00
parent 99ab57086b
commit ac9d18adfb
4 changed files with 35 additions and 89 deletions

View File

@@ -1927,7 +1927,6 @@ bool limited_generation(cell *c) {
EX bool do_draw(cell *c, const transmatrix& T) {
if(hybrid::pmap) return hybrid::do_draw(c, T);
if(WDIM == 3) {
// do not care about cells outside of the track
if(GDIM == 3 && racing::on && c->land == laMemory && cells_drawn >= S7+1) return false;