1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 20:07:40 +00:00

arcm:: fixed displayspin

This commit is contained in:
Zeno Rogue
2018-08-21 04:24:28 +02:00
parent 903fd179d9
commit c49aa0bf09

View File

@@ -236,7 +236,7 @@ void drawLightning(const transmatrix& V) {
ld displayspin(cell *c, int d) { ld displayspin(cell *c, int d) {
if(archimedean) { if(archimedean) {
auto& t1 = arcm::current.get_triangle(c->master, d); auto& t1 = arcm::current.get_triangle(c->master, d-1);
return -(t1.first + M_PI / c->type); return -(t1.first + M_PI / c->type);
} }
else if(irr::on) { else if(irr::on) {