Browse Source

finish removal from last commit

kb/add-usage-guide
Trent Larson 1 year ago
parent
commit
8c6c32ed20
  1. 2
      src/components/World/components/objects/terrain.js

2
src/components/World/components/objects/terrain.js

@ -27,8 +27,6 @@ export function createTerrain(props) {
plane.geometry.attributes.position.originalPosition =
plane.geometry.attributes.position.array;
plane.geometry.attributes.position.randomValues = props.randVertexArr;
// eslint-disable-next-line @typescript-eslint/no-empty-function
plane.tick = () => {};

Loading…
Cancel
Save