Tweak drawing order, text now blocks window shadows

This commit is contained in:
2021-02-24 23:08:20 +01:00
parent 8a4169653f
commit 1969aa4f4a
6 changed files with 28 additions and 19 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ mvGenBullet' w bt
wth = _btWidth' bt
t = _btTimer' bt
bulLine c w = setLayer 2 . bulLinea c w
bulLine c w = setLayer 1 . bulLinea c w
bulLinea :: Color -> Float -> [Point2] -> Picture
bulLinea _ _ [] = blank