mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 06:37:38 +00:00
fixed sphereflipped!
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user