about summary refs log tree commit diff stats
path: root/ext/wittle_generator
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wittle_generator')
-rw-r--r--ext/wittle_generator/Generate.cpp2
1 files changed, 1 insertions, 1 deletions
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) {
509 setSymbol(Decoration::Gap_Row, _panel->width() - 2, _panel->height() - 1); 509 setSymbol(Decoration::Gap_Row, _panel->width() - 2, _panel->height() - 1);
510 _splitPoints = {Point(1, 1), 510 _splitPoints = {Point(1, 1),
511 Point(_panel->width() - 2, _panel->height() - 2)}; 511 Point(_panel->width() - 2, _panel->height() - 2)};
512 // initPanel(id); // Re-initing to account for the newly added information 512 initPanel(); // Re-initing to account for the newly added information
513 } 513 }
514 514
515 // Init parity for full dot puzzles 515 // Init parity for full dot puzzles