From d74fc8ddad427328f0906d574f67e52902250757 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 14 Nov 2020 13:31:44 +0100 Subject: [PATCH] fixed the graphics in horosphere tilings --- polygons.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polygons.cpp b/polygons.cpp index 6f9c383f..9a4f01c1 100644 --- a/polygons.cpp +++ b/polygons.cpp @@ -823,6 +823,7 @@ void geometry_information::make_wall(int id, vector vertices, vector if(bt::in()) { hyperpoint res = bt::parabolic3(h[0], h[1]) * xpush0(yy*h[2]); hpcpush(res); + return; } #endif hpcpush(h); @@ -846,6 +847,7 @@ void geometry_information::make_wall(int id, vector vertices, vector if(bt::in()) { hyperpoint res = bt::parabolic3(h[0], h[1]) * xpush0(yy*h[2]); hpcpush(res); + continue; } #endif hpcpush(h);