Remove afterParticles

This commit is contained in:
jgk
2021-03-22 13:30:46 +01:00
parent 46ee0a6d59
commit 506b0c4b8d
5 changed files with 1 additions and 9 deletions
-1
View File
@@ -54,7 +54,6 @@ data World = World
, _cloudsZone :: IM.IntMap (IM.IntMap (IM.IntMap Cloud))
, _particles :: IM.IntMap Particle
, _particles' :: ![Particle']
, _afterParticles' :: ![Particle']
, _smoke :: [Smoke]
, _walls :: !(IM.IntMap Wall)
, _wallsZone :: (IM.IntMap (IM.IntMap (IM.IntMap Wall)))