This is probably it. Unless you’re using a pretty sophisticated physics engine, it’s difficult to do variable frame rate updates without introducing weird, hard to test bugs. Many, many games lock their physics updates to some consistent rate (often 30/60/120 updates per second) and it’s pretty easy from there to just…