From b6a7ca09c92f34a9b92e8b9f8c1a920f8e3554b4 Mon Sep 17 00:00:00 2001 From: neru <152752583+neeeruuu@users.noreply.github.com> Date: Fri, 2 Jan 2026 01:22:52 -0300 Subject: [PATCH] fix: create ref for SealCube --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cfe6606..0a25a69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -600,6 +600,7 @@ export default function Home() { // } // ); + const [sealMesh, setSealMesh] = useState(null); return ( + { if (mesh && !sealMesh) setSealMesh(mesh) }} /> -