From c3c7721a4ceeb90119bf52cac7b96234e9d9ebc9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 6 May 2025 13:31:33 +0200 Subject: [PATCH] fixed getHempisphere on INVERSE --- pattern2.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pattern2.cpp b/pattern2.cpp index 0ee7c009..e0a9ab79 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -554,6 +554,9 @@ EX int getHemisphere(cell *c, int which) { if(score == 0 && error < -.001) score--; return score; } + else if(INVERSE) { + return UIU(getHemisphere(c, which)); + } #endif #if CAP_IRR else if(IRREGULAR) {