From af0bc56099f9c90b15a6100a274e42a8d96db625 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 12 Jun 2023 02:20:25 +0200 Subject: [PATCH] hold queue position --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d39cb4b..e2f360b 100644 --- a/app.js +++ b/app.js @@ -855,7 +855,7 @@ const edge = new THREE.Mesh( scene.add(edge) const holdQueue = new THREE.Group() -holdQueue.position.set(-5, SKYLINE) +holdQueue.position.set(-4, SKYLINE) scene.add(holdQueue) const matrix = new Matrix() scene.add(matrix)