We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942547e commit 1d7ea92Copy full SHA for 1d7ea92
libs/rapier/src/lib/physics.ts
@@ -200,7 +200,7 @@ export class NgtrPhysics {
200
const timeStepVariable = timeStep === 'vary';
201
202
/**
203
- * Fixed timeStep simulation progression
+ * Fixed timeStep simulation progression.
204
* @see https://gafferongames.com/post/fix_your_timestep/
205
*/
206
const clampedDelta = MathUtils.clamp(delta, 0, 0.5);
0 commit comments