mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 07:16:01 +00:00
MAJOR CHANGE: replaced (transmatrix,band_shift) pair with shiftmatrix
This commit is contained in:
@@ -552,7 +552,7 @@ EX void compute_geometry() {
|
||||
}
|
||||
}
|
||||
|
||||
bool draw_cell_schematics(cell *c, transmatrix V) {
|
||||
bool draw_cell_schematics(cell *c, const shiftmatrix& V) {
|
||||
if(gridmaking) {
|
||||
heptagon *h = c->master;
|
||||
for(int i: cells_of_heptagon[h]) {
|
||||
|
Reference in New Issue
Block a user