From 27917f041ddb438c4fa8576487816220c3824eae Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Thu, 19 Mar 2015 20:18:35 +0100 Subject: Fixing updates giving wrong states --- src/Update/UpdateTimer.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Update/UpdateTimer.elm') 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 } -- cgit v1.2.3