From 391e9e743231fe8b08135bb176c3c70076da48b2 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 29 Dec 2020 02:49:17 +0100 Subject: [PATCH] fixed sphereflipped! --- hypgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypgraph.cpp b/hypgraph.cpp index 713ef0f6..323013d9 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -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) {