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,