diff options
author | Joris | 2015-11-13 22:27:08 +0100 |
---|---|---|
committer | Joris | 2015-11-13 22:27:08 +0100 |
commit | 237a818b45aeec39b1355927083811b5559810c7 (patch) | |
tree | 4606110fbe8f3ed41ada0cf422c92eae6ee472c7 /src/Input.elm | |
parent | 6a69c596d8cc2c8b7ac1f763cf63e5e3a0e260e9 (diff) |
Clean up unused Graphic related code
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 9a88db6..0497107 100644 --- a/src/Input.elm +++ b/src/Input.elm @@ -17,7 +17,7 @@ type alias Input = getInput : Signal Input getInput = - let delta = fps 25 + let delta = fps 24 input = Input <~ map recordIntToVec2 arrows |