Added Mutators tutorial to generation list.

This commit is contained in:
Garth Minette
2020-12-29 21:21:12 -08:00
parent a9c3b1f244
commit 36298b38d6
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ done
if [[ "$FILES" != "" ]]; then
PREVIEW_LIBS="$FILES"
else
PREVIEW_LIBS="Transforms Distributors Shapes2d Shapes3d Paths FractalTree"
PREVIEW_LIBS="Shapes2d Shapes3d Transforms Distributors Mutators Paths FractalTree"
fi
dir="$(basename $PWD)"