From d995ddc4634ffc61f272298f9a352faae6135b23 Mon Sep 17 00:00:00 2001 From: K-Kizuku Date: Sun, 11 Aug 2024 17:08:09 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=AA=E3=82=93=E3=81=8B=E6=B2=BB=E3=81=A3?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shooter/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/shooter/index.tsx b/src/pages/shooter/index.tsx index 99fc0de..949144d 100644 --- a/src/pages/shooter/index.tsx +++ b/src/pages/shooter/index.tsx @@ -32,8 +32,8 @@ const Shooter = () => { id: uuid, interval: 0, angle: { - x: orientationDiff.beta, - y: orientationDiff.gamma, + x: -orientationDiff.alpha, + y: -orientationDiff.beta, }, acceleration: { x: 0,