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 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 |