From bb5f4b41a19049cf38562f6aaa3cedb678c8c592 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 17 Mar 2021 16:41:16 +0800 Subject: [PATCH] update sample --- src/experimental/tiles_wfc.scad | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/experimental/tiles_wfc.scad b/src/experimental/tiles_wfc.scad index 9785eae2..6bf0af20 100644 --- a/src/experimental/tiles_wfc.scad +++ b/src/experimental/tiles_wfc.scad @@ -323,8 +323,7 @@ function tiles_wfc(width, height, sample) = width = 20; height = 20; -tm = tilemap(width, height, sample); -echo(tilemap_generate(tm)); +echo(tiles_wfc(width, height, sample)); */ /*