jwmerrill / elm-animation-frame

An Elm Signal that is synchronized with the monitor's refresh rate.
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Replace `elm` variable by `localRuntime` in native code? #2

Closed jvoigtlaender closed 9 years ago

jvoigtlaender commented 9 years ago

Was looking at frameWhen to compare with fpsWhen. Noticed that elm is used for what is now consistently called localRuntime throughout all native code of the core lib. See https://github.com/elm-lang/core/pull/127.

jwmerrill commented 9 years ago

Thanks. I think that several updates will be needed to bring frameWhen in line with the new-and-improved behavior of fpsWhen.