1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

fixed sphereflipped!

This commit is contained in:
Zeno Rogue 2020-12-29 02:49:17 +01:00
parent 60c3f383b9
commit 391e9e7432

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