kinetics icon indicating copy to clipboard operation
kinetics copied to clipboard

System.update() method is private

Open the-other-dev opened this issue 3 months ago • 0 comments

When looking at the latest published version on the NPM registry (https://www.npmjs.com/package/kinetics.ts), the code for System.ts says private update(). The code shown in the introduction (https://kinetics.vercel.app/docs) says that it should be possible to call system.update(dt); but that contradicts the published code.

Is the published code correct?

the-other-dev avatar Nov 05 '25 09:11 the-other-dev