From 0e2daee84917374f25d6522bb5d2000970072039 Mon Sep 17 00:00:00 2001 From: neru <152752583+neeeruuu@users.noreply.github.com> Date: Fri, 2 Jan 2026 03:44:14 -0300 Subject: [PATCH] fix: offset cube to avoid clipping with terrain --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bce029..87ec574 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -606,7 +606,7 @@ const SealCube = forwardRef((props, ref) => { }); return ( - + @@ -692,7 +692,7 @@ export default function Home() { />