1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-04 01:37:04 +00:00

correct farcorner drawing in standard tilings

This commit is contained in:
Zeno Rogue 2018-08-20 16:50:35 +02:00
parent 5028cc5542
commit 9cd6dd2805

View File

@ -519,7 +519,7 @@ hyperpoint farcorner(cell *c, int i, int which) {
return spin(-t.first - M_PI / c->type) * xpush(ac.inradius[id/2] + ac.inradius[id1/2]) * xspinpush0(M_PI + M_PI/n1*(which?3:-3), ac.circumradius[id1/2]);
}
return cellrelmatrix(c, i) * get_corner_position(c->move(i), (cellwalker(c, i) + wstep + (which?2:-1)).spin);
return cellrelmatrix(c, i) * get_corner_position(c->move(i), (cellwalker(c, i) + wstep + (which?-1:2)).spin);
}
hyperpoint get_warp_corner(cell *c, int cid) {