Try to move sound into world, slightly broken now

This commit is contained in:
2021-09-08 19:12:54 +01:00
parent 04e5b9b39f
commit c3d567353c
9 changed files with 33 additions and 56 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ import Music
import Control.Lens
import GHC.Word (Word32)
data PreloadData a = PreloadData
data PreloadData = PreloadData
{ _renderData :: RenderData
, _soundData :: SoundData a
, _soundData :: SoundData
, _musicData :: MusicData
, _frameTimer :: Word32
}