Hacker News new | ask | show | jobs
by whatever_dude 3649 days ago
No, the game uses frame delta times rather than a set tick rate per second.

(In general it's how most games already work; it's just that it's normally convenient to set it at a fixed rate to make some things like physics more deterministic, and it gives a nice target performance/budget).