diff options
Diffstat (limited to 'src/Input.elm')
-rw-r--r-- | src/Input.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Input.elm b/src/Input.elm index 3723ba3..28fb2d1 100644 --- a/src/Input.elm +++ b/src/Input.elm @@ -6,7 +6,7 @@ import Random import Time (Time, fps) import Signal (..) -import Vec2 (Vec2) +import Model.Vec2 (Vec2) type alias Input = { dir : Vec2 |