Skip to content

Commit 4515adc

Browse files
committed
put back in extra rule
1 parent 7c9893d commit 4515adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Tile {
2727
let tile = tiles[i];
2828

2929
// Tile 5 can't match itself
30-
// if (tile.index == 5 && this.index == 5) continue;
30+
if (tile.index == 5 && this.index == 5) continue;
3131

3232
// UP
3333
if (compareEdge(tile.edges[2], this.edges[0])) {

0 commit comments

Comments
 (0)