1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-25 14:09:43 +00:00

refactored first_cell_to_draw so that it is changed in one place

This commit is contained in:
Zeno Rogue
2019-05-11 19:42:30 +02:00
parent c1d002be6c
commit bb63fcdcda
3 changed files with 2 additions and 5 deletions

View File

@@ -497,10 +497,7 @@ namespace reg3 {
for(int d=0; d<S7; d++)
dq::enqueue_by_matrix(h->move(d), V * tmatrices[h->fieldval][d]);
if(c == cwt.at) first_cell_to_draw = false;
}
first_cell_to_draw = true;
}
transmatrix relative_matrix(heptagon *h2, heptagon *h1) override {