diff --git a/examples/two_edge_wang_tiles.scad b/examples/two_edge_wang_tiles.scad index 7686681f..24283c32 100644 --- a/examples/two_edge_wang_tiles.scad +++ b/examples/two_edge_wang_tiles.scad @@ -219,6 +219,6 @@ module path_tile(n, width) { rotate(270) tile7(); } else if(n == 15) { - rotate(270) tile15(); + tile15(); } } \ No newline at end of file