aboutsummaryrefslogtreecommitdiff
path: root/src/Update/CloudUpdate.elm
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-03-07 18:46:47 +0100
committerJoris Guyonvarch2015-03-07 18:46:47 +0100
commit6c1f5e10631a3f66f4c85a45b6f28ffd366105c5 (patch)
tree624d833aa62ad8ce5ed172144ff69a2846d55154 /src/Update/CloudUpdate.elm
parentae14beca0452b59ead64b8cdd6544824d59a55dc (diff)
downloadcatchvoid-6c1f5e10631a3f66f4c85a45b6f28ffd366105c5.tar.gz
catchvoid-6c1f5e10631a3f66f4c85a45b6f28ffd366105c5.tar.bz2
catchvoid-6c1f5e10631a3f66f4c85a45b6f28ffd366105c5.zip
Show best score in html layout
Diffstat (limited to 'src/Update/CloudUpdate.elm')
-rw-r--r--src/Update/CloudUpdate.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Update/CloudUpdate.elm b/src/Update/CloudUpdate.elm
index 86f7e13..ce45beb 100644
--- a/src/Update/CloudUpdate.elm
+++ b/src/Update/CloudUpdate.elm
@@ -64,7 +64,7 @@ getNewPoint time seed =
, initDest = initDest
, move initTime initPos initDest time =
let delta = time - initTime
- move = getWaveMove (pointSpeed delta) (initDest `sub` initPos) 10 10
+ move = getMove (pointSpeed delta) (initDest `sub` initPos)
in initPos `add` move
}
, seed''