Skip to content

Commit

Permalink
Height is deprecated by deoth for TextGeometry
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Sep 19, 2024
1 parent af31c59 commit 153ace6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export class SceneManager {
font: this.textFont,
size: 60,
curveSegments: 1,
height: 1,
depth: 1,
});

const mesh = new Mesh(
Expand Down

0 comments on commit 153ace6

Please sign in to comment.