Move line width to first argument
This commit is contained in:
@@ -8,4 +8,4 @@ drawBul :: Particle -> Picture
|
||||
drawBul pt = setLayer 1
|
||||
. setDepth 20
|
||||
. color (_ptColor pt)
|
||||
$ thickLine (take 3 $ _ptTrail pt) (_ptWidth pt)
|
||||
$ thickLine (_ptWidth pt) (take 3 $ _ptTrail pt)
|
||||
|
||||
Reference in New Issue
Block a user