fixed sphereflipped!

This commit is contained in:
Zeno Rogue 2020-12-29 02:49:17 +01:00
parent 60c3f383b9
commit 391e9e7432
1 changed files with 1 additions and 1 deletions

View File

@ -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) {