Cleanup
This commit is contained in:
+2
-2
@@ -202,9 +202,9 @@ updateDistortions :: World -> World
|
||||
updateDistortions = distortions %~ mapMaybe updateDistortion
|
||||
|
||||
updateLightSources :: World -> World
|
||||
updateLightSources w = over tempLightSources f w
|
||||
updateLightSources = tempLightSources %~ f
|
||||
where
|
||||
f = mapMaybe (\b -> _tlsUpdate b w b)
|
||||
f = mapMaybe (\b -> _tlsUpdate b b)
|
||||
|
||||
updateRadarBlips :: World -> World
|
||||
updateRadarBlips = radarBlips %~ mapMaybe updateRadarBlip
|
||||
|
||||
Reference in New Issue
Block a user