Try to move sound into world, slightly broken now
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user