From a6c314f3ac1b5fd9ccc2fbe8fe54b153b27c84c9 Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 3 Jul 2018 23:52:29 +0200 Subject: [PATCH] quitting SDL properly causes problems sometimes.... --- src/Affection.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Affection.hs b/src/Affection.hs index 1957a7c..b8114db 100644 --- a/src/Affection.hs +++ b/src/Affection.hs @@ -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"