Work on cloud/window transparency

This commit is contained in:
2025-11-09 11:00:12 +00:00
parent 7c62479f30
commit e9ffeeaea7
16 changed files with 221 additions and 168 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ createLightMap cfig = case shadrendertype of
NoLighting -> const . const . const . const . const . const renderFlatLighting
_ -> renderShadows shadrendertype
where
shadrendertype = cfig ^. graphics_shadow_rendering
shadrendertype = cfig ^. gr_shadow_rendering
renderLightingNoShadows ::
TO ->