Work towards making world read/showable
This commit is contained in:
@@ -48,7 +48,7 @@ optionListToEffects defaulteff sc mops u = case sc of
|
||||
where
|
||||
f x | x > length mops = 0
|
||||
| otherwise = x
|
||||
mlines = availableMenuLines $ _config u
|
||||
mlines = availableMenuLines $ _uvConfig u
|
||||
|
||||
menuOptionToEffects :: MenuOption -> [(Scancode,Universe -> IO (Maybe Universe))]
|
||||
menuOptionToEffects Toggle {_moKey = k, _moEff = eff} = [(k,eff)]
|
||||
|
||||
Reference in New Issue
Block a user