diff options
author | 3gg <3gg@shellblade.net> | 2025-01-01 18:50:18 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-01-01 18:50:18 -0800 |
commit | d5edea871f9c8cf52014ff7e726a2c9f84813715 (patch) | |
tree | 8667bb13a895f5c7cf10544ce96a9d8d7d2d869a | |
parent | 78f83dbce31c69add3a0586c426591ac163ba093 (diff) |
Remove TODO after fix in previous commit.
-rw-r--r-- | Demos/Pong/Main.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Demos/Pong/Main.hs b/Demos/Pong/Main.hs index eafa983..993c0ff 100644 --- a/Demos/Pong/Main.hs +++ b/Demos/Pong/Main.hs | |||
@@ -50,9 +50,6 @@ initGame = do | |||
50 | music <- siblingGame $ do | 50 | music <- siblingGame $ do |
51 | musicBuffer <- loadAudioFile "/home/jeanne/Casual Tiki Party Main.wav" | 51 | musicBuffer <- loadAudioFile "/home/jeanne/Casual Tiki Party Main.wav" |
52 | music <- makeSoundSource | 52 | music <- makeSoundSource |
53 | -- TODO: setSoundSourceBuffer generates an AL error for some reason, though | ||
54 | -- the music still plays. | ||
55 | -- "user error (runALUT: There was already an AL error on entry to an ALUT function)" | ||
56 | setSoundSourceBuffer music musicBuffer | 53 | setSoundSourceBuffer music musicBuffer |
57 | setSoundLoopMode music Loop | 54 | setSoundLoopMode music Loop |
58 | playSounds [music] | 55 | playSounds [music] |