Skip to content

Commit b32a5d5

Browse files
committed
topo: Fix lnBranch auto check
1 parent 5afffa2 commit b32a5d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/variety/fillomino.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1787,11 +1787,11 @@
17871787
continue;
17881788
}
17891789

1790+
this.failcode.add("lnBranch");
17901791
if (this.checkOnly) {
17911792
break;
17921793
}
17931794

1794-
this.failcode.add("lnBranch");
17951795
bd.cellinside(
17961796
cross.bx - 1,
17971797
cross.by - 1,

0 commit comments

Comments
 (0)