From 4cc5dd5eae2a3f5c2839dab1842713270e201d2b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 29 四月 2024 13:56:07 +0800
Subject: [PATCH] #
---
src/components/help.jsx | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/components/help.jsx b/src/components/help.jsx
index 3359bd8..f6f8ba1 100644
--- a/src/components/help.jsx
+++ b/src/components/help.jsx
@@ -5,10 +5,6 @@
return (
<Suspense>
<GizmoHelper alignment="bottom-right" margin={[80, 80]} onUpdate={() => null}>
- {/* <mesh>
- <boxBufferGeometry args={[1, 1, 1]} />
- <meshStandardMaterial color="hotpink" />
- </mesh> */}
<GizmoViewport labelColor="white" axisHeadScale={1} />
<Stats className="!right-0 top-0 !left-[inherit]" />
</GizmoHelper>
--
Gitblit v1.9.1