mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 11:37:55 +00:00
hat:: fixed tiles
This commit is contained in:
@@ -456,6 +456,7 @@ struct hrmap_hat : hrmap {
|
||||
heptagon *getOrigin() override { return origin; }
|
||||
|
||||
hyperpoint get_corner(cell *c, int cid, ld cf) override {
|
||||
cid = gmod(cid, isize(hatcorners[0]));
|
||||
int t = c->master->c7 == c;
|
||||
auto& h = hatcorners[t][cid];
|
||||
|
||||
|
Reference in New Issue
Block a user