Skip to content
Snippets Groups Projects
Commit 9ae200ac authored by 0692549's avatar 0692549
Browse files

Bug fix

parent 8533fe61
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ step secs gstate
return gstate { scoreWritten = True }
| isFinished gstate =
return gstate
| isPaused gstate =
return gstate
| otherwise = do
let updatedTime = spawnTime gstate + secs
if updatedTime >= 2
......
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