1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 03:33:00 +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

@@ -654,9 +654,7 @@ namespace euclid3 {
for(int i=0; i<S7; i++)
dq::enqueue_by_matrix(h->move(i), V * get_move(h->c7, i));
if(c == cwt.at) first_cell_to_draw = false;
}
first_cell_to_draw = true;
}
transmatrix warppush(coord dif) {