Remove _decorations

This commit is contained in:
2024-10-26 09:18:11 +01:00
parent f11dfe53db
commit ae0f2fad0f
8 changed files with 2 additions and 46 deletions
+1 -2
View File
@@ -82,8 +82,7 @@ cullPoint cfig w p
extraPics :: Configuration -> Universe -> Picture
extraPics cfig u =
fold (_decorations lw)
<> setLayer FixedCoordLayer (fixedCoordPictures u)
setLayer FixedCoordLayer (fixedCoordPictures u)
<> foldMap drawTractorBeam (_tractorBeams lw)
<> foldMap drawLinearShockwave (_linearShockwaves lw)
<> foldMap drawShockwave (_shockwaves lw)