Bug tracking in menu key presses

This commit is contained in:
2022-10-30 17:37:53 +00:00
parent 219379393e
commit 82c4b992b0
4 changed files with 69 additions and 60 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ popScreen :: Universe -> Universe
popScreen = uvScreenLayers %~ tail
pushScreen :: ScreenLayer -> Universe -> Universe
pushScreen ml = (uvScreenLayers .:~ ml)
pushScreen ml = uvScreenLayers .:~ ml