I noticed that my Every X second events will run quicker on 144hz screen compared to 60 hz.
I was under the impression these events should run the same speed since it uses a standard measurement of time (seconds).
Why is this?
Develop games in your browser. Powerful, performant & highly capable.
I'm guessing it's because I used every 0.01 second, and 1/60 is 0.0166666 , so the the quickest the timer can go is 0.016666
I tried using the 0.016666 value, and it seems to look the same at both refresh rates.