mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-02 15:03:00 +00:00
'circles' are now drawn on all copies in quotient geometries
This commit is contained in:
@@ -1695,6 +1695,7 @@ void celldrawer::bookkeeping() {
|
||||
transmatrix& gm = gmatrix[c];
|
||||
orig = (gm[LDIM][LDIM] == 0) || hdist0(tC0(gm)) >= hdist0(tC0(V));
|
||||
if(orig) gm = V;
|
||||
current_display->all_drawn_copies[c].emplace_back(V);
|
||||
}
|
||||
if(just_gmatrix) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user