Cleanup warnings
This commit is contained in:
+3
-3
@@ -9,8 +9,8 @@ import Preload.Update
|
||||
import Picture.Preload
|
||||
import Sound.Data
|
||||
|
||||
import Control.Lens
|
||||
import GHC.Word (Word32)
|
||||
--import Control.Lens
|
||||
--import GHC.Word (Word32)
|
||||
import qualified SDL.Mixer as Mix
|
||||
|
||||
|
||||
@@ -20,4 +20,4 @@ cleanUpPreload pd = do
|
||||
cleanUpSoundPreload $ _soundData pd
|
||||
|
||||
cleanUpSoundPreload :: SoundData a -> IO ()
|
||||
cleanUpSoundPreload sd = Mix.closeAudio
|
||||
cleanUpSoundPreload _ = Mix.closeAudio
|
||||
|
||||
Reference in New Issue
Block a user