Skip to content

Commit

Permalink
Update controllerAlign.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyH2 committed Mar 31, 2024
1 parent 3b3003c commit 8d439d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/start/controllerAlign.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ControllerAlignScreen extends Screen {

var mesh = new TextBox("Then click the app button", 0.07, 0.07, 50, 0xffffff);
mesh.position.z = -1;
mesh.position.y = 0.15;
mesh.position.y = -0.1;
mesh.lookAt( this.root.camera.position );

renderGroup.add( mesh );
Expand Down

0 comments on commit 8d439d9

Please sign in to comment.