aboutsummaryrefslogtreecommitdiff
path: root/src/Utils/Physics.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/Physics.elm')
-rw-r--r--src/Utils/Physics.elm2
1 files changed, 1 insertions, 1 deletions
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) =