Pack shape normals into a word8
This commit is contained in:
+2
-2
@@ -4,12 +4,12 @@ module Preload (
|
||||
|
||||
import qualified Data.IntMap.Strict as IM
|
||||
import Data.Preload
|
||||
import Preload.Render
|
||||
--import Preload.Render
|
||||
import qualified SDL.Mixer as Mix
|
||||
|
||||
cleanUpPreload :: PreloadData -> IO ()
|
||||
cleanUpPreload pd = do
|
||||
cleanUpRenderPreload $ _renderData pd
|
||||
-- cleanUpRenderPreload $ _renderData pd
|
||||
cleanUpSoundPreload $ _soundData pd
|
||||
|
||||
cleanUpSoundPreload :: IM.IntMap Mix.Chunk -> IO ()
|
||||
|
||||
Reference in New Issue
Block a user