We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9893d commit 4515adcCopy full SHA for 4515adc
tile.js
@@ -27,7 +27,7 @@ class Tile {
27
let tile = tiles[i];
28
29
// Tile 5 can't match itself
30
- // if (tile.index == 5 && this.index == 5) continue;
+ if (tile.index == 5 && this.index == 5) continue;
31
32
// UP
33
if (compareEdge(tile.edges[2], this.edges[0])) {
0 commit comments