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"