quitting SDL properly causes problems sometimes....

This commit is contained in:
nek0 2018-07-03 23:52:29 +02:00
parent c1dba6d137
commit a6c314f3ac
1 changed files with 1 additions and 1 deletions

View File

@ -162,5 +162,5 @@ withAffection AffectionConfig{..} = do
liftIO $ logIO Debug "Destroying Window"
SDL.glDeleteContext context
SDL.destroyWindow window
SDL.quit
-- SDL.quit
liftIO $ logIO Debug "This is the end"