From 4bbd2d43b5c92197ea23bc3db42a9d2991390eb1 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sun, 17 Nov 2024 14:13:53 -0800 Subject: Remove vsync to fix stuttering. --- Demos/Pong/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Pong/Main.hs') diff --git a/Demos/Pong/Main.hs b/Demos/Pong/Main.hs index 21fcb0c..d51a324 100644 --- a/Demos/Pong/Main.hs +++ b/Demos/Pong/Main.hs @@ -26,7 +26,7 @@ data GameState = GameState , world :: [GameObject] } -app = App step render resize +app = App defaultAppOptions step render resize main = withWindow (1920, 1200) (Just "Pong") initGame endGame $ -- cgit v1.2.3