This commit is contained in:
2026-06-04 09:58:21 +01:00
parent 03f83fc924
commit b979d92db6
+3 -3
View File
@@ -28,7 +28,7 @@ import Data.Foldable
-- | Create a game loop with an SDL window.
setupLoop ::
-- | Target seconds per frame
-- | Target mseconds per frame
Int ->
-- | Window title
T.Text ->
@@ -101,7 +101,7 @@ applyEventIO fn mw e = case eventPayload e of
-- | Create a game loop with an SDL window.
setupConLoop ::
-- | Target seconds per frame
-- | Target mseconds per frame
Int ->
-- | Window title
T.Text ->
@@ -191,7 +191,7 @@ doConLoop themvar spf window coneffs worldSideEffects eventFn !startWorld = go s
-- | Create a game loop with an SDL window.
setupConLoop' ::
-- | Target seconds per frame
-- | Target mseconds per frame
Int ->
-- | Window title
T.Text ->