Hlinting
This commit is contained in:
@@ -41,7 +41,7 @@ import qualified Data.IntMap.Strict as IM
|
||||
|
||||
createBarrelSpark :: Int -> Int -> Point2 -> Float -> Maybe Int -> World -> World
|
||||
createBarrelSpark time colid pos dir maycid w = over worldEvents
|
||||
((.) $ ( over particles' ((:) spark)
|
||||
((.) $ ( over particles ((:) spark)
|
||||
. sparkFlashAt pos')
|
||||
) w
|
||||
where spark = Bul' { _ptDraw = drawBul
|
||||
|
||||
Reference in New Issue
Block a user