Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
neu5 committed Dec 12, 2023
1 parent 8cb7ff5 commit bd5524c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/src/scene/scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ let actions = {
// ) as HTMLElement;

const groundSize = 100;
let groundPhysicsMaterial = { friction: 0.2, restitution: 0.3 };

const createHeightmap = ({ scene }: { scene: Scene }) => {
// eslint-disable-next-line
Expand Down

0 comments on commit bd5524c

Please sign in to comment.