Skip to content

Commit 4592c56

Browse files
author
Avaer Kazmer
committed
Comment out dead loginMesh
1 parent fe15345 commit 4592c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4622,7 +4622,7 @@
46224622
};
46234623
return buttonMesh;
46244624
};
4625-
const loginMesh = (() => {
4625+
/* const loginMesh = (() => {
46264626
const geometry = new THREE.PlaneBufferGeometry(1, 0.5);
46274627
const material = new THREE.MeshBasicMaterial({
46284628
color: 0xFFFFFF,
@@ -4653,7 +4653,7 @@
46534653
mesh.getIntersectionCandidates = () => [labelMesh, submitMesh];
46544654
46554655
return mesh;
4656-
})();
4656+
})(); */
46574657

46584658
const paymentMesh = (() => {
46594659
const geometry = new THREE.PlaneBufferGeometry(1, 0.5);

0 commit comments

Comments
 (0)