From 3eb639344c31ecc821c3d5c4151915c107f9bc38 Mon Sep 17 00:00:00 2001
From: Star Rauchenberger <fefferburbia@gmail.com>
Date: Fri, 24 Nov 2023 13:08:27 -0500
Subject: fix double eraser bug

---
 ext/wittle_generator/Generate.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ext/wittle_generator')

diff --git a/ext/wittle_generator/Generate.cpp b/ext/wittle_generator/Generate.cpp
index a5c0af9..b80b751 100644
--- a/ext/wittle_generator/Generate.cpp
+++ b/ext/wittle_generator/Generate.cpp
@@ -509,7 +509,7 @@ bool Generate::generateInternal(int width, int height, PuzzleSymbols symbols) {
     setSymbol(Decoration::Gap_Row, _panel->width() - 2, _panel->height() - 1);
     _splitPoints = {Point(1, 1),
                     Point(_panel->width() - 2, _panel->height() - 2)};
-    // initPanel(id);  // Re-initing to account for the newly added information
+    initPanel();  // Re-initing to account for the newly added information
   }
 
   // Init parity for full dot puzzles
-- 
cgit 1.4.1