Fix worldEvent reset space leak
This commit is contained in:
@@ -494,4 +494,5 @@ evenOddSplit = foldr f ([],[])
|
||||
f a (ls,rs) = (rs, a : ls)
|
||||
|
||||
dbArg :: (a -> a -> b) -> a -> b
|
||||
{-# INLINE dbArg #-}
|
||||
dbArg f x = f x x
|
||||
|
||||
Reference in New Issue
Block a user