This commit is contained in:
Oleg Sobolev 2026-03-29 21:07:11 +03:00
parent b2b81b444c
commit 1dd23d6e62
4 changed files with 188 additions and 41 deletions

View file

@ -24,7 +24,7 @@ main = do
destroyWindow window
targetFps :: Word32
targetFps = 2
targetFps = 5
targetFrameMs :: Word32
targetFrameMs = 1000 `div` targetFps