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:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user