General cleanup

This commit is contained in:
2025-11-13 21:13:13 +00:00
parent 227f09eeda
commit ec1216e7eb
12 changed files with 186 additions and 184 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ drawText :: Float -> String -> [Verx]
{-# INLINE drawText #-}
drawText gap = map f . stringToList gap
where
f (pos, col, V3 a b c) = Verx pos col [a, b, c, 1] minBound TextShad
f (pos, col, V3 a b c) = Verx pos col [a, b, c] minBound TextShad
line :: [Point2] -> Picture
{-# INLINE line #-}
-2
View File
@@ -18,8 +18,6 @@ data Verx = Verx
deriving (Eq, Ord, Show, Read) --Generic, Flat)
data Layer
-- = BottomLayer
-- | MidLayer
= BloomLayer
| BloomNoZWrite
| DebugLayer