Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
なんか治った
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Kizuku committed Aug 11, 2024
1 parent 4f1f57c commit d995ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/shooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d995ddc

Please sign in to comment.