Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fps and fpswhen don't return Δt #61

Closed
NOTtheMessiah opened this issue Jul 16, 2015 · 1 comment
Closed

fps and fpswhen don't return Δt #61

NOTtheMessiah opened this issue Jul 16, 2015 · 1 comment

Comments

@NOTtheMessiah
Copy link
Contributor

It seems to create a signal of negatively accumulated timestamps instead of a Δt values

julia> using Reactive

julia> lift((delta) -> println(delta), fps(0.5))
1.437081000427725e9
nothing

julia> -1.4370810026088e9
-2.8741620071283436e9
-4.311243013650205e9
-5.74832402217328e9
-7.185405032698582e9

tested in Julia 0.3.10

@NOTtheMessiah
Copy link
Contributor Author

Reverting this change to fpswhen should fix it: fa2dc44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants