Don't draw shadowed walls

This commit is contained in:
2025-11-14 11:06:39 +00:00
parent db62de75d8
commit 0eb2fe50a6
2 changed files with 4 additions and 6 deletions
-4
View File
@@ -330,10 +330,6 @@ doDrawing' win pdata u = do
-- bind base buffer for drawing clouds and bloom
glBindFramebuffer GL_FRAMEBUFFER (pdata ^. fboBase . _1 . unFBO)
-- --draw shadowed clouds onto base buffer
-- glBindTextureUnit 0 (pdata ^. fboCloud . _2 . _1 . unTO)
-- drawShader (_fullscreenShader pdata) 4
glBlendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
-- --draw windows onto base buffer
glBlendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA