Commit before picture change

This commit is contained in:
jgk
2021-02-28 21:26:20 +01:00
parent 4a85177522
commit bb05bcaaf1
5 changed files with 143 additions and 44 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ main = do
blendFunc $= (SrcAlpha,OneMinusSrcAlpha)
renderTree (_renderData preData) (_cameraRot w) (_cameraZoom w) (_cameraPos w)
(_windowX w,_windowY w)
(picToList 1 $ fixedCoordPictures w)
(picToLTree 1 $ fixedCoordPictures w)
endRenderTicks <- SDL.ticks
playSoundQueue (_soundData preData) (_soundQueue w)
newSoundData <- playAndUpdate (_sounds w) (_soundData preData)