From b20058215fb4678ca929b2fb9e001cd9dbe7b3dd Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 17 Sep 2020 01:55:22 +0200 Subject: [PATCH] changed C0 to C02 to fix a crash on initialization --- hypgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypgraph.cpp b/hypgraph.cpp index 6e5c39f4..28d3ad43 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -9,7 +9,7 @@ namespace hr { hyperpoint ghxy, ghgxy; -shiftpoint ghpm = shiftless(C0); +shiftpoint ghpm = shiftless(C02); #if HDR inline bool sphereflipped() { return sphere && pconf.alpha > 1.1 && GDIM == 3; }