Remove BloomNoZWrite layer

This commit is contained in:
2025-11-21 09:36:56 +00:00
parent 3ceff22f36
commit 9c94e1b3f3
13 changed files with 17 additions and 63 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ drawShell mcol pj =
where
thelight =
foldMap
(\col -> setLayer BloomNoZWrite . setDepth 4.5 . color col $ circleSolid 3)
(\col -> setLayer BloomLayer . setDepth 4.5 . color col $ circleSolid 3)
mcol
shellShape :: Shape