Skip to content

Commit

Permalink
chore: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Aug 11, 2024
1 parent defc48a commit 18d3063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/Collision/BodyComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ export class BodyComponent extends Component implements Clonable<BodyComponent>

/**
* The coefficient of friction on this actor.
*
*
* The {@apilink SolverStrategy.Arcade} does not support this property.
*
*
*/
public friction: number = 0.99;

Expand Down

0 comments on commit 18d3063

Please sign in to comment.