smallpond

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/smallpond
Log | Files | Refs

commit 5279b8706f51e446f47b73a0e14a9775e863947b
parent 8fac6237279b5b44b5321a19fbef60fe8971c069
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Sat,  1 Oct 2022 11:26:56 -0500

fix default stem directions

Diffstat:
Msmallpond.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smallpond.lua b/smallpond.lua @@ -377,9 +377,9 @@ while true do if not el.stemdir and el.length > 1 then if el.sy <= 0 then - el.stemdir = -1 - else el.stemdir = 1 + else + el.stemdir = -1 end end