Improve shadows for static walls

This commit is contained in:
jgk
2021-03-05 13:40:34 +01:00
parent e4c51bc47a
commit 5f8b5881e5
8 changed files with 62 additions and 34 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ main = do
(_cameraRot w) (_cameraZoom w)
(_cameraPos w)
(_windowX w,_windowY w)
(wallsForGloom' w)
(wallsForGloom w)
(lightsForGloom' w)
(worldPictures w)
blendFunc $= (SrcAlpha,OneMinusSrcAlpha)