From dfdf0178358e6370ba5370b9c1d2036ab95896d0 Mon Sep 17 00:00:00 2001 From: neru <152752583+neeeruuu@users.noreply.github.com> Date: Fri, 2 Jan 2026 03:53:34 -0300 Subject: [PATCH] fix: write depth on cube mat --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 094a7a5..45fdb60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -607,7 +607,7 @@ const SealCube = forwardRef((props, ref) => { return ( - + ); });