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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user