aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-11 22:31:34 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-11 22:31:34 +0300
commit837dbeaccd33fdf49f8bbe312226bddabe0f92c4 (patch)
tree45c59a5fa7efce92539284ecd683c771612a8e95 /build.sh
parent30d1c9b30b5642efcba66bdc7956f4d7e321fc97 (diff)
even more user friendly
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c5cfef3..3c5ac3d 100755
--- a/build.sh
+++ b/build.sh
@@ -49,5 +49,5 @@ gcc -o $BIN/gen_tiles $ODIR/gen_tiles.o $ODIR/ppm.o $FLAGS
if ! { [[ $RUN -eq 0 ]]; } 2> /dev/null
then
$VALGRND $BIN/gen_tiles
- $VALGRND $BIN/wfc
+ $VALGRND $BIN/wfc -s 69 -m 4
fi