Commit before moving buffer swapping command

This commit is contained in:
2023-03-02 11:49:40 +00:00
parent 6b0f78d4eb
commit ed8efd21d9
4 changed files with 11 additions and 5 deletions
+1
View File
@@ -231,6 +231,7 @@ doConLoop' ::
---- immediately
(world -> ConcurrentEffect world) ->
-- | simulation update. Allows for side effects such as rendering.
-- passes the window to allow buffer swapping at different times
(world -> IO world) ->
-- | SDL Event handling. Note no side effects.
(world -> Event -> world) ->