Pass projectile object to draw function
This commit is contained in:
@@ -537,3 +537,6 @@ evenOddSplit :: [a] -> ([a],[a])
|
||||
evenOddSplit = foldr f ([],[])
|
||||
where
|
||||
f a (ls,rs) = (rs, a : ls)
|
||||
|
||||
dbArg :: (a -> a -> b) -> a -> b
|
||||
dbArg f x = f x x
|
||||
|
||||
Reference in New Issue
Block a user