quitting SDL properly causes problems sometimes....

This commit is contained in:
nek0 2018-07-03 23:52:29 +02:00
parent c1dba6d137
commit a6c314f3ac

View file

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