From 5af770bd99dbb57d78857236c054bc0a6dc4bdfd Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 10 May 2015 16:59:08 +0200 Subject: Updating elm version to 0.15 --- src/Utils/Physics.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Utils/Physics.elm') diff --git a/src/Utils/Physics.elm b/src/Utils/Physics.elm index 751af6c..acf37ae 100644 --- a/src/Utils/Physics.elm +++ b/src/Utils/Physics.elm @@ -4,7 +4,7 @@ module Utils.Physics , getWaveMove ) where -import Model.Vec2 (..) +import Model.Vec2 exposing (..) getNewPosAndSpeed : Float -> Vec2 -> (Float -> Float) -> (Vec2, Vec2) -> (Vec2, Vec2) getNewPosAndSpeed dt dir computeSpeed (pos, speed) = -- cgit v1.2.3