aboutsummaryrefslogtreecommitdiff
path: root/src/Update/UpdateTimer.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Update/UpdateTimer.elm')
-rw-r--r--src/Update/UpdateTimer.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Update/UpdateTimer.elm b/src/Update/UpdateTimer.elm
index c147d23..7033f81 100644
--- a/src/Update/UpdateTimer.elm
+++ b/src/Update/UpdateTimer.elm
@@ -41,6 +41,6 @@ updateTimer action timer =
SetTime time ->
let augmentedTime = time + 999
in { timer
- | initialTime <- augmentedTime
+ | initialTime <- time
, currentTime <- augmentedTime
}