cfdg.models.rules08: Tweak order of operations in 'ligne' branch

db4
Eduardo Cavazos 2008-08-01 23:44:51 -05:00
parent 6300c092e2
commit 242e78aaf2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ DEFER: line
: ligne ( -- )
{
{ 1 [ 1.15 0.8 size* 4.5 y -0.3 b line ] do }
{ 1 [ 4.5 y 1.15 0.8 size* -0.3 b line ] do }
{ 0.5 [ ] }
}
call-random-weighted ;