From b4321a949f473a5877e0084c6845704a924f07a4 Mon Sep 17 00:00:00 2001
From: 3gg <3gg@shellblade.net>
Date: Wed, 4 Oct 2023 09:19:29 -0700
Subject: Fix resize hang.

---
 Demos/Pong/Main.hs | 1 -
 1 file changed, 1 deletion(-)

(limited to 'Demos/Pong')

diff --git a/Demos/Pong/Main.hs b/Demos/Pong/Main.hs
index 0237a26..26ceefa 100644
--- a/Demos/Pong/Main.hs
+++ b/Demos/Pong/Main.hs
@@ -98,7 +98,6 @@ renderGO go = do
       ,vec2 xmax ymax
       ,vec2 xmin ymax)]
 
--- TODO: Fix the resize hang.
 resize :: WindowEvent -> Game GameState ()
 resize (ResizeEvent w h) =
   let r = fromIntegral w / fromIntegral h
-- 
cgit v1.2.3