Allow for easier mounted objects on doors
This commit is contained in:
+2
-1
@@ -299,8 +299,9 @@ functionalUpdate =
|
||||
-- . over uvWorld updateInventorySelectionList
|
||||
. set (uvWorld . cWorld . lWorld . flares) []
|
||||
. set (uvWorld . cWorld . lWorld . lights) []
|
||||
. set (uvWorld . cWorld . lWorld . tempSPic) mempty
|
||||
. updateAimPos
|
||||
. over uvWorld updatePastWorlds
|
||||
. over uvWorld updatePastWorlds -- it might be possible to do this without storing stuff such as the temporary lights/flares etc
|
||||
|
||||
updateAimPos :: Universe -> Universe
|
||||
updateAimPos u =
|
||||
|
||||
Reference in New Issue
Block a user