From f6848df87ae0ef51c9c8c2ba54969ae38b7be5e3 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Mon, 20 Oct 2025 10:57:52 +0900 Subject: [PATCH] =?UTF-8?q?3D=20=EC=9A=94=EC=86=8C=EA=B0=80=20=EA=B7=B8?= =?UTF-8?q?=EB=A6=AC=EB=93=9C=EB=B3=B4=EB=8B=A4=20=EC=95=84=EB=9E=98?= =?UTF-8?q?=EC=97=90=20=EB=A0=8C=EB=8D=94=EB=A7=81=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/admin/dashboard/widgets/yard-3d/YardEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/admin/dashboard/widgets/yard-3d/YardEditor.tsx b/frontend/components/admin/dashboard/widgets/yard-3d/YardEditor.tsx index 2841c17d..8375999f 100644 --- a/frontend/components/admin/dashboard/widgets/yard-3d/YardEditor.tsx +++ b/frontend/components/admin/dashboard/widgets/yard-3d/YardEditor.tsx @@ -62,7 +62,7 @@ export default function YardEditor({ layout, onBack }: YardEditorProps) { try { const newPlacementData = { position_x: 0, - position_y: 0, + position_y: 2.5, // size_y의 절반 (5 / 2 = 2.5) position_z: 0, size_x: 5, size_y: 5,