mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-20 06:03:01 +00:00
rotspace for S2 is now always elliptic
This commit is contained in:
parent
2463e0e163
commit
e887d9e0b8
@ -1062,7 +1062,7 @@ EX namespace hybrid {
|
||||
if(qn == "none") qn = qplus;
|
||||
else qn = qn + "/" + qplus;
|
||||
}
|
||||
if(elliptic) ginf[g].flags |= qELLIPTIC;
|
||||
if(sph) ginf[g].flags |= qELLIPTIC;
|
||||
if(csteps && csteps != cgi.psl_steps && csteps != 2*cgi.psl_steps)
|
||||
ginf[g].flags |= qANYQ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user