From 8e9da9e1fe87ed233b7a38b9dbaee379a43872fe Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 12 Mar 2021 15:31:17 +0100 Subject: [PATCH] fixed the spiral projection --- hypgraph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hypgraph.cpp b/hypgraph.cpp index fa8a4168..2dafd989 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -1257,6 +1257,7 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) { if(pconf.skiprope) ret = mobius(ret, pconf.skiprope, 1); } + break; } case mdRetroCraig: {