Skip to content
Snippets Groups Projects
Commit 2ddabd67 authored by Bas Lijnse's avatar Bas Lijnse
Browse files

Added case for reset events to NoUserInterface tuning

parent 68fe0918
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,10 @@ where
where
eval` event repOpts state iworld = case eval event repOpts state iworld of
(ValueResult taskvalue evalinfo _ tasktree, iworld)
= (ValueResult taskvalue evalinfo NoChange tasktree, iworld)
# change = case event of
ResetEvent = ReplaceUI (ui UIEmpty)
_ = NoChange
= (ValueResult taskvalue evalinfo change tasktree, iworld)
other = other
instance tune Title Task
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment