mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 11:37:55 +00:00
viewctr is no more... major reduction of redundancy/complexity
This commit is contained in:
@@ -153,7 +153,7 @@ struct hrmap_asonov : hrmap {
|
||||
void draw() override {
|
||||
dq::visited_by_matrix.clear();
|
||||
|
||||
dq::enqueue_by_matrix(viewctr.at, cview());
|
||||
dq::enqueue_by_matrix(centerover->master, cview());
|
||||
|
||||
while(!dq::drawqueue.empty()) {
|
||||
auto& p = dq::drawqueue.front();
|
||||
|
Reference in New Issue
Block a user