mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
fixed sphereflipped!
This commit is contained in:
parent
60c3f383b9
commit
391e9e7432
@ -12,7 +12,7 @@ hyperpoint ghxy, ghgxy;
|
||||
shiftpoint ghpm = shiftless(C02);
|
||||
|
||||
#if HDR
|
||||
inline bool sphereflipped() { return sphere && pconf.alpha > 1.1 && GDIM == 3; }
|
||||
inline bool sphereflipped() { return sphere && pconf.alpha > 1.1; }
|
||||
#endif
|
||||
|
||||
void ghcheck(hyperpoint &ret, const shiftpoint &H) {
|
||||
|
Loading…
Reference in New Issue
Block a user