mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 03:47:58 +00:00
fixed rebase in sph_in_low
This commit is contained in:
@@ -154,7 +154,7 @@ cell *findbaseAround(shiftpoint p, cell *around, int maxsteps) {
|
||||
}
|
||||
|
||||
cell *findbaseAround(const shiftmatrix& H, cell *around, int maxsteps) {
|
||||
return findbaseAround(tC0(H), around, maxsteps);
|
||||
return findbaseAround(H * tile_center(), around, maxsteps);
|
||||
}
|
||||
|
||||
/* double distance(hyperpoint h) {
|
||||
|
Reference in New Issue
Block a user