also show final result with region numbers

This commit is contained in:
Kistaro Windrider 2025-02-22 20:06:31 -08:00
parent b302538ade
commit e2aa4a3ee7
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -603,6 +603,7 @@ function connectRegions(knife: Knife) {
}
connectors = connectors2;
}
knife.showDebug(merged);
}
function growMaze(knife: Knife, start: Point) {