Skip to content

Commit 1d7ea92

Browse files
committed
fix(rapier): dummy commit
1 parent 942547e commit 1d7ea92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/rapier/src/lib/physics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export class NgtrPhysics {
200200
const timeStepVariable = timeStep === 'vary';
201201

202202
/**
203-
* Fixed timeStep simulation progression
203+
* Fixed timeStep simulation progression.
204204
* @see https://gafferongames.com/post/fix_your_timestep/
205205
*/
206206
const clampedDelta = MathUtils.clamp(delta, 0, 0.5);

0 commit comments

Comments
 (0)