mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
arcm:: fixed displayspin
This commit is contained in:
parent
903fd179d9
commit
c49aa0bf09
@ -236,7 +236,7 @@ void drawLightning(const transmatrix& V) {
|
||||
|
||||
ld displayspin(cell *c, int d) {
|
||||
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);
|
||||
}
|
||||
else if(irr::on) {
|
||||
|
Loading…
Reference in New Issue
Block a user