Skip to content

Commit

Permalink
fix: bodyOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
fanmingfei committed Sep 5, 2021
1 parent f057520 commit cee65fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-matterjs/lib/Physics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface PhysicsParams {
isStatic?: boolean,
restitution?: number,
density?: number,
[propName: string]: any,
},
position?: {
x?: number
Expand Down

0 comments on commit cee65fd

Please sign in to comment.