Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
performance.now()
for the frames instead (#859)
I'm not sure how `Date.now()` sneaked in there. Dates should only ever be used if the calendar is important, which is definitely not the case for managing the frame rate. Any NTP sync should haved messed with the frames before, at least to some slight degree.
- Loading branch information