Update/Draw loop less stupid
Opened this issue · 0 comments
Gankra commented
One fatal flaw with setInterval is that if someone is incapable of completing within the interval, the calls just start piling up making it worse and worse.
We should do something like _.throttle: http://underscorejs.org/#throttle