1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 07:35:13 +00:00

slr:: generalized to other regular

This commit is contained in:
Zeno Rogue
2019-08-26 14:16:55 +02:00
parent a546b3a62e
commit 86ca34669a
4 changed files with 72 additions and 35 deletions

View File

@@ -909,7 +909,7 @@ EX bool confusingGeometry() {
}
EX ld master_to_c7_angle() {
if(prod) return hybrid::in_underlying_geometry(master_to_c7_angle);
if(hybri) return hybrid::in_underlying_geometry(master_to_c7_angle);
ld alpha = 0;
#if CAP_GP
if(cgi.gpdata) alpha = cgi.gpdata->alpha;