destroy context
This commit is contained in:
parent
62921052df
commit
37bec202fe
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ withAffection AffectionConfig{..} = do
|
|||
liftIO $ logIO Debug "Loop ended. Cleaning"
|
||||
cleanUp $ userState nState
|
||||
liftIO $ logIO Debug "Destroying Window"
|
||||
SDL.glDeleteContext context
|
||||
SDL.destroyWindow window
|
||||
SDL.quit
|
||||
liftIO $ logIO Debug "This is the end"
|
||||
|
|
Loading…
Reference in a new issue