typo
This commit is contained in:
parent
b2bdfa3e27
commit
500cf17123
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ quitGame (MsgKeyboardEvent _ _ SDL.Pressed False sym)
|
|||
| SDL.keysymKeycode sym == SDL.KeycodeEscape = do
|
||||
ad <- A.get
|
||||
ud <- getAffection
|
||||
let Subsystem w m k = subsystems ud
|
||||
let Subsystems w m k = subsystems ud
|
||||
mapM_ (partUnsubscribe w) (uuid ud)
|
||||
mapM_ (partUnsubscribe m) (uuid ud)
|
||||
mapM_ (partUnsubscribe k) (uuid ud)
|
||||
|
|
Loading…
Reference in a new issue