Correctly display held root item

This commit is contained in:
2024-11-26 17:05:13 +00:00
parent 7d0f44a041
commit e1f5049e0f
9 changed files with 16 additions and 67 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ updateUniverseMid u = case _uvScreenLayers u of
--updateParticles
(cWorld . lWorld . radarBlips .~ [])
-- . updateIMl _props _pjUpdate
-- . updateLightSources
-- might want to clear temp light sources here?
. (cWorld . lWorld . lights .~ [])
. updateClouds
)