Commit before merge

This commit is contained in:
2021-04-07 18:26:16 +02:00
parent 9a86d03fae
commit 89a6eec561
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ resumeSound :: World -> World
resumeSound w = w
{-| Add a sound to the queue for playback.
Consider replacing with 'soundOncePos'.
Consider replacing instances with 'soundOncePos'.
-}
soundOnce :: Int -> World -> World
soundOnce i = over soundQueue ((:) (i,0))